summaryrefslogtreecommitdiffstats
path: root/abuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild.in')
-rw-r--r--abuild.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/abuild.in b/abuild.in
index 692e5c0..f6b6f90 100644
--- a/abuild.in
+++ b/abuild.in
@@ -421,10 +421,8 @@ initdcheck() {
# unpack the sources
default_unpack() {
local u
- if [ -z "$force" ]; then
- verify || return 1
- initdcheck || return 1
- fi
+ verify || return 1
+ initdcheck || return 1
mkdir -p "$srcdir"
for u in $source; do
local s
@@ -2424,7 +2422,7 @@ usage() {
-c Enable colored output
-d Disable dependency checking
-D Set APKINDEX description (default: \$repo \$(git describe))
- -f Force specified cmd, even if they are already done
+ -f Force specified cmd (skip checks: apk up to date, arch, libc)
-F Force run as root
-h Show this help
-i Install PKG after successful build