mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(gnustep/base): Use -r test for file existance, not -e.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1527 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2eca55f16b
commit
94235c99ce
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ gnustep/base:
|
|||
ln -s . gnustep
|
||||
ln -s ./include base
|
||||
# Make necessary links to source headers if compiling in seperate dir
|
||||
if [ ! -e ./include/Collection.h ]; then \
|
||||
if [ ! -r ./include/Collection.h ]; then \
|
||||
ln -s ../$(srcdir)/include ./include/base; \
|
||||
(cd include; ln -s . gnustep); \
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue