mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-04 22:07:42 +00:00
Forgot to install the lrzuntar, lrunzip symlinks and the pod based manpages.
Bump version to 0.601.
This commit is contained in:
parent
582c1c859f
commit
2b49ca9d8f
3 changed files with 31 additions and 4 deletions
|
|
@ -73,3 +73,12 @@ EXTRA_DIST = \
|
|||
autogen.sh \
|
||||
INSTALL \
|
||||
$(dist_doc_DATA)
|
||||
|
||||
install-exec-hook:
|
||||
$(LN_S) -f @bindir@/lrzip$(EXEEXT) @bindir@/lrunzip
|
||||
$(LN_S) -f @bindir@/lrztar @bindir@/lrzuntar
|
||||
|
||||
|
||||
uninstall-local:
|
||||
rm -f @bindir@/lrunzip
|
||||
rm -f @bindir@/lrzuntar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue