mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user