Hello,

[email protected] wrote:
if [ ! -d "/usr/local/bin" ] ; then install -d -m 755 "/usr/local/bin" ; fi
install -p -m 755 ./lzip "/usr/local/bin/lzip"
install -p -m 755 ./lziprecover "/usr/local/bin/lziprecover"

If i try to run it
lzip: Command not found.

but lziprecover does work. Can you help me?

Both lzip and lziprecover seem to have been correctly installed. Maybe it is a problem with command hashing in the shell. Did you try the full command path (/usr/local/bin/lzip)?


Best regards,
Antonio.

_______________________________________________
Lzip-bug mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lzip-bug

Reply via email to