Commit 3a0f4098 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Before creating symlinks, make sure the actual binaries are installed. patch by Diego Petteno

parent 5e08dd70
......@@ -346,7 +346,7 @@ vlc-bundle: vlc
endif
# Install the symlinks
install-exec-local:
install-exec-local: install-binPROGRAMS
for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
rm -f "$(DESTDIR)$(bindir)/$$i" && \
ln -sf vlc "$(DESTDIR)$(bindir)/$$i" ; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment