From e73624fd4d2fd111b92a2b20ce91c24bbc90e958 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Wed, 28 May 2008 01:25:01 +0200 Subject: [PATCH] VLC.app: Use a link to vlc for the executable. --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index a5ac29a151..bc8ce37748 100644 --- a/Makefile.am +++ b/Makefile.am @@ -624,9 +624,8 @@ VLC.app: vlc $(top_builddir)/VLC.app rm -Rf $(top_builddir)/tmp $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS - $(INSTALL) $(top_builddir)/src/.libs/vlc \ - $(top_builddir)/VLC.app/Contents/MacOS/VLC - ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc + ln -sf $(top_builddir)/vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC + ln -sf $(top_builddir)/vlc $(top_builddir)/VLC.app/Contents/MacOS/clivlc $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \ if test -n "$$i" ; \ -- 2.39.2