summaryrefslogtreecommitdiffstats
path: root/src/opkbuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/opkbuild.sh')
-rw-r--r--src/opkbuild.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh
index f9dbeb2..6ad194b 100644
--- a/src/opkbuild.sh
+++ b/src/opkbuild.sh
@@ -103,31 +103,31 @@ get_options()
case "${opt}" in
b)
if [ -n "${OPT_BUILD}" ]; then
- oh_error "${oh_str_basf_mutex}"
+ oh_error "${oh_str_bbasf_mutex}"
fi
OPT_BUILD=binary
;;
B)
if [ -n "${OPT_BUILD}" ]; then
- oh_error "${oh_str_basf_mutex}"
+ oh_error "${oh_str_bbasf_mutex}"
fi
OPT_BUILD=binary-arch
;;
A)
if [ -n "${OPT_BUILD}" ]; then
- oh_error "${oh_str_basf_mutex}"
+ oh_error "${oh_str_bbasf_mutex}"
fi
OPT_BUILD=binary-indep
;;
S)
if [ -n "${OPT_BUILD}" ]; then
- oh_error "${oh_str_basf_mutex}"
+ oh_error "${oh_str_bbasf_mutex}"
fi
OPT_BUILD=source
;;
F)
if [ -n "${OPT_BUILD}" ]; then
- oh_error "${oh_str_basf_mutex}"
+ oh_error "${oh_str_bbasf_mutex}"
fi
OPT_BUILD=full
;;