diff --git a/Makefile.in b/Makefile.in index 7178202..cf702c7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -103,6 +103,8 @@ install: all ${INSTALLCMD} -m 755 lrzip $(DESTDIR)${INSTALL_BIN} ( cd $(DESTDIR)${INSTALL_BIN} && ${LN_S} -f lrzip lrunzip ) ${INSTALLCMD} -m 755 lrztar $(DESTDIR)${INSTALL_BIN} + ln -sf $(DESTDIR)${INSTALL_BIN}/lrztar $(DESTDIR)${INSTALL_BIN}/lrzuntar + chmod 755 $(DESTDIR)${INSTALL_BIN}/lrzuntar mkdir -p $(DESTDIR)${INSTALL_MAN1} ${INSTALLCMD} -m 644 $(MAN1FILES) $(DESTDIR)${INSTALL_MAN1} mkdir -p $(DESTDIR)${INSTALL_MAN5} diff --git a/lrztar b/lrztar index f232988..dcc1c1b 100755 --- a/lrztar +++ b/lrztar @@ -40,7 +40,8 @@ function lrztar_local() { printf "usage: lrztar [lrzip options] will compress directory to directory.tar.lrz\n" printf "lrztar -d [lrzip options] will extract directory from directory.tar.lrz\n" printf "lrzuntar [lrzip options] will extract directory from directory.tar.lrz\n" - printf "lrzip -h will list lrzip options\n" + printf "lrz[un]tar -h will display this help message\n" + printf "lrzip -h will display lrzip options\n" return } ((v_d)) && {