diff --git a/abuild.in b/abuild.in index 843fd0657a434512064ae8e7bdf5cc91027ce83d..6b99ca26f53a1473c47efb8a24bbfe0c1cb36deb 100755 --- a/abuild.in +++ b/abuild.in @@ -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..."