mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
593e02a973
commit
c6f2f7767d
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue