]> git.sesse.net Git - vlc/commitdiff
contrib/Makefile: fix the rights on the bin directory
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 14 Mar 2006 21:52:53 +0000 (21:52 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 14 Mar 2006 21:52:53 +0000 (21:52 +0000)
some more svn:ignore

extras/contrib/Makefile

index ef7bcd3a99233e77c90df267b209705f230d0d1e..c9c21975147f1d51ec176ea926422fc530bb0a32 100644 (file)
@@ -92,7 +92,7 @@ package-win32: FORCE
        tar cf - --dereference bin sbin include lib share/aclocal*\
                share/autoconf* \
                share/automake* share/gettext* gecko-sdk\
-               | (cd tmp/usr/win32; tar xf -)
+               | (cd tmp/usr/win32; tar xpf -)
 #kludge for live.com
        mkdir -p tmp/usr/win32/live.com
        for i in groupsock liveMedia UsageEnvironment BasicUsageEnvironment; do \
@@ -102,7 +102,7 @@ package-win32: FORCE
        done;
        ./change_prefix.sh tmp $(PREFIX) /usr/win32
 #      Klugy kludge    
-       (cd tmp/usr/win32/bin; rm -f *.exe; chmod u+x *)
+       (cd tmp/usr/win32/bin; rm -f *.exe; chmod a+x *)
        (cd tmp; tar cf - usr/win32/) | bzip2 -c > contrib-`date +%Y%m%d`-win32-bin-gcc-`$(CC) --version|head -n 1|cut -f 3 -d ' '`-only.tar.bz2
        rm -rf tmp
 FORCE: