summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xabuild.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/abuild.in b/abuild.in
index 843fd06..6b99ca2 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..."