From 198acc12260a3bac6708fce5ad6d0901bf7fb147 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 14 Feb 2008 18:47:19 +0000 Subject: [PATCH] Monotone-Parent: 089ae441ff03d28570373f845e09e2601d6611ee Monotone-Revision: 2c13e388468d8ec7a40dcb65102d5d3aefa73c51 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-02-14T18:47:19 Monotone-Branch: ca.inverse.sogo --- Scripts/sogod-wrapper | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Scripts/sogod-wrapper b/Scripts/sogod-wrapper index 19ed5a4ee..68530bac4 100755 --- a/Scripts/sogod-wrapper +++ b/Scripts/sogod-wrapper @@ -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"