Hopefully fixed the tricky tar portability problem ... h and --exclude

options to tar - currently used when installing bundles - having being
reported broken in various combinations on various platforms


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11689 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-12-11 01:08:23 +00:00
parent 593e02a973
commit c6f2f7767d

View file

@ -1,3 +1,11 @@
Mon Dec 10 23:02:24 2001 Nicola Pero <n.pero@mi.flashnet.it>
* bundle.make (internal-bundle-install): Do not remake the
Contents/Resources --> Resources symbolic link in the installation
directory if Contents/Resources already exists and is a directory
- so that we can hopefully work correctly even if tar is broken
and passing the --exclude and/or h option to it doesn't work.
Mon Dec 10 22:04:09 2001 Nicola Pero <n.pero@mi.flashnet.it>
* bundle.make (internal-bundle-install): Yet another rephrasing of