Commit 2a384e3d authored by Christophe Mutricy's avatar Christophe Mutricy

contrib/Makefile: fix the rights on the bin directory

some more svn:ignore
parent 8a1cf340
...@@ -92,7 +92,7 @@ package-win32: FORCE ...@@ -92,7 +92,7 @@ package-win32: FORCE
tar cf - --dereference bin sbin include lib share/aclocal*\ tar cf - --dereference bin sbin include lib share/aclocal*\
share/autoconf* \ share/autoconf* \
share/automake* share/gettext* gecko-sdk\ share/automake* share/gettext* gecko-sdk\
| (cd tmp/usr/win32; tar xf -) | (cd tmp/usr/win32; tar xpf -)
#kludge for live.com #kludge for live.com
mkdir -p tmp/usr/win32/live.com mkdir -p tmp/usr/win32/live.com
for i in groupsock liveMedia UsageEnvironment BasicUsageEnvironment; do \ for i in groupsock liveMedia UsageEnvironment BasicUsageEnvironment; do \
...@@ -102,7 +102,7 @@ package-win32: FORCE ...@@ -102,7 +102,7 @@ package-win32: FORCE
done; done;
./change_prefix.sh tmp $(PREFIX) /usr/win32 ./change_prefix.sh tmp $(PREFIX) /usr/win32
# Klugy kludge # 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 (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 rm -rf tmp
FORCE: FORCE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment