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:
Adam Fedor 2001-05-29 03:38:55 +00:00
parent e29ce951c8
commit 41f421c7e5

View file

@ -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