Skip to content
Snippets Groups Projects
Commit b2cfa97c authored by Natanael Copa's avatar Natanael Copa
Browse files

newapkbuild: add the missing cd "$_builddir"

parent 947681e9
No related branches found
No related tags found
No related merge requests found
...@@ -139,6 +139,7 @@ __EOF__ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment