mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-23 15:33:28 +00:00
newapkbuild: add the missing cd "$_builddir"
This commit is contained in:
parent
947681e9d1
commit
b2cfa97c87
@ -139,6 +139,7 @@ __EOF__
|
||||
# create package() function
|
||||
cat >>APKBUILD<<__EOF__
|
||||
package() {
|
||||
cd "\$_builddir"
|
||||
make DESTDIR="\$pkgdir" install || return 1
|
||||
__EOF__
|
||||
if [ -n "$cpinitd" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user