Adding lrzuntar symlink during installation and adjusting help messages.

This commit is contained in:
George Makrydakis 2010-04-03 12:49:33 +03:00
parent d64bf643ff
commit eb2d2215ed
2 changed files with 4 additions and 1 deletions

View file

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

3
lrztar
View file

@ -40,7 +40,8 @@ function lrztar_local() {
printf "usage: lrztar [lrzip options] <directory> will compress directory to directory.tar.lrz\n"
printf "lrztar -d [lrzip options] <directory.tar.lrz> will extract directory from directory.tar.lrz\n"
printf "lrzuntar [lrzip options] <directory.tar.lrz> 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)) && {