[vlc-devel] commit: VLC.app: Fix ln to vlc. (Pierre d'Herbemont )
git version control
git at videolan.org
Wed May 28 02:03:21 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed May 28 01:52:45 2008 +0200| [c2a60588b14813405be029560109f469137402e8]
VLC.app: Fix ln to vlc.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c2a60588b14813405be029560109f469137402e8
---
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index bc8ce37..e277cb6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -624,8 +624,8 @@ VLC.app: vlc
$(top_builddir)/VLC.app
rm -Rf $(top_builddir)/tmp
$(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
- ln -sf $(top_builddir)/vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC
- ln -sf $(top_builddir)/vlc $(top_builddir)/VLC.app/Contents/MacOS/clivlc
+ ln -sf ../../../vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC
+ ln -sf ../../../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" ; \
More information about the vlc-devel
mailing list