mirror of
https://git.tukaani.org/xz.git
synced 2025-02-23 08:58:31 +00:00
Make unlzma and lzcat symlinks.
This commit is contained in:
parent
17c36422d4
commit
22ba3b0b50
@ -61,3 +61,15 @@ lzma_LDADD = \
|
||||
if COND_GNULIB
|
||||
lzma_LDADD += @top_builddir@/lib/libgnu.a
|
||||
endif
|
||||
|
||||
|
||||
## Create symlinks for unlzma and lzcat:
|
||||
install-exec-hook:
|
||||
cd $(DESTDIR)$(bindir) && \
|
||||
rm -f unlzma lzcat && \
|
||||
$(LN_S) lzma unlzma && \
|
||||
$(LN_S) lzma lzcat
|
||||
|
||||
uninstall-hook:
|
||||
cd $(DESTDIR)$(bindir) && \
|
||||
rm -f unlzma lzcat
|
||||
|
Loading…
x
Reference in New Issue
Block a user