mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-11 09:19:40 +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
|
# create package() function
|
||||||
cat >>APKBUILD<<__EOF__
|
cat >>APKBUILD<<__EOF__
|
||||||
package() {
|
package() {
|
||||||
|
cd "\$_builddir"
|
||||||
make DESTDIR="\$pkgdir" install || return 1
|
make DESTDIR="\$pkgdir" install || return 1
|
||||||
__EOF__
|
__EOF__
|
||||||
if [ -n "$cpinitd" ]; then
|
if [ -n "$cpinitd" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user