diff --git a/spkg b/spkg index f0aef00..215f17b 100755 --- a/spkg +++ b/spkg @@ -74,6 +74,7 @@ case "${1}" in case "${2}" in --root-dir) removepkg "${3}" "${4}" ;; *) removepkg "${3}" "/" ;; + esac ;; install) case "${2}" in --root-dir) instpkg "${4}" "${3}" ;;