diff options
Diffstat (limited to 'abuild.in')
-rwxr-xr-x | abuild.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -292,7 +292,7 @@ runpart() { # override those in your build script build() { - die "No build() function found in $APKBUILD" + : } get_split_func() { @@ -630,7 +630,7 @@ rootpkg() { if is_function package; then msg "Building without fakeroot" build || return 1 - do_build= + do_build=package fi cd "$startdir" msg "Entering fakeroot..." |