Commit 8e3aa111 authored by Christophe Mutricy's avatar Christophe Mutricy

contrib/Makefile: dereference the symlink. a better solution would be to...

contrib/Makefile: dereference the symlink. a better solution would be to transform the absolute one to relative.
parent 4c282f02
......@@ -89,7 +89,8 @@ package-win32: FORCE
exit 1 ; \
fi
mkdir -p tmp/usr/win32
tar cf - bin sbin include lib share/aclocal* share/autoconf* \
tar cf - --dereference bin sbin include lib share/aclocal*\
share/autoconf* \
share/automake* share/gettext* gecko-sdk\
| (cd tmp/usr/win32; tar xf -)
#kludge for live.com
......
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