Private
Public Access
1
0

fix: Remove duplicate closing brace in APKBUILD package()

This commit is contained in:
2026-04-14 01:15:47 +00:00
parent 20760b139e
commit 45ce4c435f

1
build-alpine.sh Executable file → Normal file
View File

@ -60,7 +60,6 @@ package() {
# Copy from workspace path (not srcdir - apk-package is created dynamically)
cp -r /workspace/echo/linux_patch_api/apk-package/* "$pkgdir"/
}
}
EOF
# Generate checksums for APKBUILD sources