string fix

merge-requests/23/head
Christopher Roy Bratusek 5 years ago
parent 914ced1920
commit d3e5dff083

@ -13,17 +13,17 @@ done
for opt in ${@}; do for opt in ${@}; do
case ${opt} in case ${opt} in
full) full)
check_nanodroid || error "run nanodroid-pull first!" check_nanodroid || error "run 'build-package pull' first!"
mk_pkg_full mk_pkg_full
;; ;;
microg ) microg )
check_nanodroid || error "run nanodroid-pull first!" check_nanodroid || error "run 'build-package pull' first!"
mk_pkg_microg mk_pkg_microg
;; ;;
fdroid ) fdroid )
check_nanodroid || error "run nanodroid-pull first!" check_nanodroid || error "run 'build-package pull' first!"
mk_pkg_fdroid mk_pkg_fdroid
;; ;;
@ -40,12 +40,12 @@ for opt in ${@}; do
;; ;;
bromitewebview ) bromitewebview )
check_nanodroid || error "run nanodroid-pull first!" check_nanodroid || error "run 'build-package pull' first!"
mk_pkg_bromite_webview mk_pkg_bromite_webview
;; ;;
osmand ) osmand )
check_nanodroid || error "run nanodroid-pull first!" check_nanodroid || error "run 'build-package pull' first!"
mk_pkg_osmand mk_pkg_osmand
;; ;;
@ -54,7 +54,7 @@ for opt in ${@}; do
;; ;;
all ) all )
check_nanodroid || error "run nanodroid-pull first!" check_nanodroid || error "run 'build-package pull' first!"
mk_pkg_full mk_pkg_full
mk_pkg_microg mk_pkg_microg
mk_pkg_fdroid mk_pkg_fdroid
@ -148,7 +148,7 @@ for opt in ${@}; do
;; ;;
report ) report )
check_nanodroid || error "run nanodroid-pull first!" check_nanodroid || error "run 'build-package pull' first!"
create_report create_report
;; ;;

Loading…
Cancel
Save