mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-01-04 23:50:02 +01:00
Fix symlink generation to work with package generation.
Patch courtesy of Pascal Bleser <pascal.bleser@opensuse.org>
This commit is contained in:
parent
ee0edc8ba4
commit
4aad2818f7
|
|
@ -75,8 +75,8 @@ EXTRA_DIST = \
|
|||
$(dist_doc_DATA)
|
||||
|
||||
install-exec-hook:
|
||||
$(LN_S) -f @bindir@/lrzip$(EXEEXT) @bindir@/lrunzip
|
||||
$(LN_S) -f @bindir@/lrztar @bindir@/lrzuntar
|
||||
$(LN_S) -f lrzip$(EXEEXT) $(DESTDIR)@bindir@/lrunzip$(EXEEXT)
|
||||
$(LN_S) -f lrztar$(EXEEXT) $(DESTDIR)@bindir@/lrzuntar$(EXEEXT)
|
||||
|
||||
|
||||
uninstall-local:
|
||||
|
|
|
|||
Loading…
Reference in a new issue