Private
Public Access
1
0

fix: Remove duplicate closing brace in APKBUILD package()
Some checks failed
CI/CD Pipeline / Build Debian Package (push) Has been cancelled
CI/CD Pipeline / Build RPM Package (push) Has been cancelled
CI/CD Pipeline / Build Alpine Package (push) Has been cancelled
CI/CD Pipeline / Build Arch Package (push) Has been cancelled
CI/CD Pipeline / Code Format (push) Has been cancelled

This commit is contained in:
2026-04-14 01:15:47 +00:00
parent 10da30a48e
commit 2f795cbc42

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