Create the installation directory if required

pull/46/head
Sebastian Schuberth 9 years ago
parent bff2fde9c9
commit 84b0eeab90

@ -68,6 +68,7 @@ CMDS="json install package term suggest init utils update list show"
make_install () {
make_uninstall
echo " info: Installing $PREFIX/bin/$BIN..."
install -d "$PREFIX/bin"
install "$BIN" "$PREFIX/bin"
for cmd in $CMDS; do
install "$BIN-$cmd" "$PREFIX/bin"

Loading…
Cancel
Save