]> git.sesse.net Git - vlc/commitdiff
* Makefile.am: fix build location of Mac OS X bundle for Darwin8.
authorChristophe Massiot <massiot@videolan.org>
Mon, 1 Aug 2005 14:40:53 +0000 (14:40 +0000)
committerChristophe Massiot <massiot@videolan.org>
Mon, 1 Aug 2005 14:40:53 +0000 (14:40 +0000)
Makefile.am

index 64d64da596df492294a4b6804d9acf09b38aa39b..e107619316055ce9c3b6eaadb48be3a0d016230e 100644 (file)
@@ -575,7 +575,7 @@ VLC-release.app: vlc
                  $(top_builddir)/VLC-release.app;; \
          *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
            cd ../../../; \
-           cp -r $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
+           cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
                  $(top_builddir)/VLC-release.app;; \
        esac
        rm -Rf $(top_builddir)/tmp
@@ -685,7 +685,7 @@ VLC.app: vlc
                  $(top_builddir)/VLC.app;; \
          *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
            cd ../../../; \
-           cp -r $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
+           cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
                  $(top_builddir)/VLC.app;; \
        esac
        rm -Rf $(top_builddir)/tmp