From 5d880fa8f6ff3854b24bf2dcd8eb1ee5bb0b545d Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Thu, 16 Nov 2006 00:58:47 +0000 Subject: [PATCH] * forwardport [17800] Before creating symlinks, make sure the actual binaries are installed. patch by Diego Petteno --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index dd6347a817..d6fe2ffe4e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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" ; \ -- GitLab