summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/opkbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh
index 18991e7..114eeed 100644
--- a/src/opkbuild.sh
+++ b/src/opkbuild.sh
@@ -57,8 +57,8 @@ error()
exit 1
}
-source_only=true
-binary_only=true
+source_only=false
+binary_only=false
opts=$(getopt -n "${0}" -o 'Sbr:a:p:ds:V' -- "${@}")
if [ ${?} -ne 0 ]; then
print_usage "${0}" >&2