1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-24 20:48:52 +02:00

fix make install

This commit is contained in:
Rémi Denis-Courmont 2005-12-06 19:09:37 +00:00
parent 1f319885ef
commit 40501a01e5

View File

@ -552,7 +552,7 @@ endif
install-exec-local:
for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
rm -f "$(DESTDIR)$(bindir)/$$i" && \
ln -s vlc "$(DESTDIR)$(bindir)/$$i" ; \
ln -sf vlc "$(DESTDIR)$(bindir)/$$i" ; \
fi ; done
test -z "$(DATA_noinst_libvlc)" || $(INSTALL_PROGRAM) "$(DATA_noinst_libvlc)" "$(DESTDIR)$(libdir)"