]> git.sesse.net Git - vlc/commitdiff
VLC.app: Fix ln to vlc.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 27 May 2008 23:52:45 +0000 (01:52 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 27 May 2008 23:52:45 +0000 (01:52 +0200)
Makefile.am

index bc8ce3774849cf69ea763858f3c4c6db492826d4..e277cb665fb1ee8178f3659c62f3ff9d04498f79 100644 (file)
@@ -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" ; \