mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Adding lrzuntar symlink during installation and adjusting help messages.
This commit is contained in:
parent
d64bf643ff
commit
eb2d2215ed
|
|
@ -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
3
lrztar
|
|
@ -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)) && {
|
||||
|
|
|
|||
Loading…
Reference in a new issue