critical bug

This commit is contained in:
Ohio2 2021-07-01 01:22:09 +02:00
parent dfe8b548dd
commit cf72136072

1
spkg
View file

@ -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}" ;;