mirror of https://git.tukaani.org/xz.git
Added missing $(EXEEXT).
This commit is contained in:
parent
792db79f27
commit
449c634674
|
@ -55,7 +55,7 @@ xzlinks = unxz xzcat lzma unlzma lzcat
|
|||
|
||||
install-exec-hook:
|
||||
cd $(DESTDIR)$(bindir) && \
|
||||
target=`echo xz | $(SED) '$(transform)'` && \
|
||||
target=`echo xz | $(SED) '$(transform)'`$(EXEEXT) && \
|
||||
for name in $(xzlinks); do \
|
||||
link=`echo $$name | $(SED) '$(transform)'` && \
|
||||
rm -f $$link && \
|
||||
|
|
Loading…
Reference in New Issue