]> git.sesse.net Git - vlc/commitdiff
Typo.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 22 Sep 2008 21:43:55 +0000 (23:43 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 22 Sep 2008 21:44:16 +0000 (23:44 +0200)
extras/contrib/Makefile

index edb9e8bd08b1129be733cfc485dadc8fe0a5ef3a..7ed0b187772d7e1a03ad4d3422b6c25fd0278d82 100644 (file)
@@ -53,7 +53,7 @@ using-bin: contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2
                exit 1 ; \
        fi
        mkdir tmp
-       (cd tmp && tar jxvf ../contrib-macosx.tar.bz2)
+       (cd tmp && tar jxvf ../contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2)
        ./change_prefix.sh tmp @@CONTRIB_PREFIX@@  $(PREFIX)
        for dir in `(cd tmp && find . -type d)`; do mkdir -p -- $$dir; done
        for i in `(cd tmp && find . -not -type d)`; do mv -f tmp/$$i $$i; done