Commit 5d880fa8 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* forwardport [17800]

  Before creating symlinks, make sure the actual binaries are installed. patch by Diego Petteno
parent cbed01df
......@@ -351,7 +351,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