Monotone-Parent: 65fe3a97b90cbf5428d1a613f449d9f3c48527a8

Monotone-Revision: e9ec1d1a0873444afcde4482de5bd16450455982

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-02-22T21:14:37
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-02-22 21:14:37 +00:00
parent 41c94c2d5f
commit 9e408172b3
Vendored
+1
View File
@@ -329,6 +329,7 @@ genConfigMake() {
cfgwrite ""
cfgwrite "# GNUstep environment variables:";
cfgwrite "GNUSTEP_INSTALLATION_DOMAIN=LOCAL"
for i in `env | grep GNUSTEP_ | sort`; do
MAKE_ASSI="`echo $i | sed s/=/:=/`"
cfgwrite "${MAKE_ASSI}";