fix: Remove apk-package from APKBUILD sources (directory not file)
This commit is contained in:
6
build-alpine.sh
Executable file → Normal file
6
build-alpine.sh
Executable file → Normal file
@ -54,10 +54,12 @@ url="https://gitea.internal/linux-patch-api"
|
|||||||
arch="x86_64"
|
arch="x86_64"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="openrc"
|
depends="openrc"
|
||||||
source="apk-package"
|
source=""
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cp -r "$srcdir"/apk-package/* "$pkgdir"/
|
# Copy from workspace path (not srcdir - apk-package is created dynamically)
|
||||||
|
cp -r /workspace/echo/linux_patch_api/apk-package/* "$pkgdir"/
|
||||||
|
}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user