Monotone-Parent: 089ae441ff03d28570373f845e09e2601d6611ee

Monotone-Revision: 2c13e388468d8ec7a40dcb65102d5d3aefa73c51

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-02-14T18:47:19
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-02-14 18:47:19 +00:00
parent b4307939db
commit 198acc1226
+5
View File
@@ -31,9 +31,14 @@ fi
if [ -d /usr/lib/GNUstep ]
then
. /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh
else
if [ -f /usr/share/GNUstep/Makefiles/GNUstep.sh ]
then
. /usr/share/GNUstep/Makefiles/GNUstep.sh
else
. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
fi
fi
if [ -f $GNUSTEP_USER_ROOT/Tools/sogod-0.9 ]; then
sogod="$GNUSTEP_USER_ROOT/Tools/sogod-0.9"