mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Quote typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10030 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e29ce951c8
commit
41f421c7e5
1 changed files with 2 additions and 2 deletions
|
@ -80,10 +80,10 @@ fi
|
|||
|
||||
# Change the library directory default
|
||||
if test "$libdir" = "\${exec_prefix}/lib" ; then
|
||||
if [ -z "$GNUSTEP_FLATTENED" ]; then
|
||||
if [ -z "$GNUSTEP_FLATTENED" ]; then
|
||||
libdir="\${exec_prefix}/Libraries/${GNUSTEP_TARGET_CPU}/${GNUSTEP_TARGET_OS}"
|
||||
else
|
||||
libdir="\${exec_prefix}/Libraries
|
||||
libdir="\${exec_prefix}/Libraries"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue