mirror of
https://github.com/videolan/vlc.git
synced 2024-11-28 12:26:11 +08:00
Don't transform tavs to 4 spaces in Makefiles.
This commit is contained in:
parent
cb4a2b8048
commit
aeb39123d4
@ -351,7 +351,7 @@ endif
|
||||
|
||||
# Install the symlinks
|
||||
install-exec-local: install-binPROGRAMS
|
||||
inst="`echo vlc | sed -e '$(transform)'`" ; \
|
||||
inst="`echo vlc | sed -e '$(transform)'`" ; \
|
||||
for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
|
||||
rm -f "$(DESTDIR)$(bindir)/$$i" && \
|
||||
ln -sf "$${inst}" "$(DESTDIR)$(bindir)/$$i" ; \
|
||||
|
Loading…
Reference in New Issue
Block a user