fix: Remove duplicate closing brace in APKBUILD package()
This commit is contained in:
1
build-alpine.sh
Executable file → Normal file
1
build-alpine.sh
Executable file → Normal file
@ -60,7 +60,6 @@ package() {
|
|||||||
# Copy from workspace path (not srcdir - apk-package is created dynamically)
|
# Copy from workspace path (not srcdir - apk-package is created dynamically)
|
||||||
cp -r /workspace/echo/linux_patch_api/apk-package/* "$pkgdir"/
|
cp -r /workspace/echo/linux_patch_api/apk-package/* "$pkgdir"/
|
||||||
}
|
}
|
||||||
}
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Generate checksums for APKBUILD sources
|
# Generate checksums for APKBUILD sources
|
||||||
|
|||||||
Reference in New Issue
Block a user