summaryrefslogtreecommitdiffstats
path: root/gnustep-apps
diff options
context:
space:
mode:
authorAndraž Levstik2007-04-18 01:35:15 +0200
committerAndraž Levstik2007-04-18 01:35:15 +0200
commitdb3931496fa65dc82c44bd1394684c1fa536818a (patch)
tree6f15eb9051a8e5c9d958a94d988562361b2af167 /gnustep-apps
parent0a8aeaa0dd75b995247a2814e75ca19cd55f6c97 (diff)
gnustep-gnumail: forogt PRE_BUILD
Diffstat (limited to 'gnustep-apps')
-rwxr-xr-xgnustep-apps/gnustep-gnumail/PRE_BUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnustep-apps/gnustep-gnumail/PRE_BUILD b/gnustep-apps/gnustep-gnumail/PRE_BUILD
new file mode 100755
index 0000000000..bb6702924b
--- /dev/null
+++ b/gnustep-apps/gnustep-gnumail/PRE_BUILD
@@ -0,0 +1,26 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit '853s:/Library/GNUMail:/GNUMail:' \
+ Framework/GNUMail/GNUMail.m &&
+sedit '54s:/Library/GNUMail:/GNUMail:' \
+ Framework/GNUMail/NSBundle+Extensions.m &&
+cd $SOURCE_DIRECTORY/Bundles &&
+local gnumakefile &&
+for gnumakefile in Account/GNUmakefile \
+ Advanced/GNUmakefile \
+ Clock/GNUmakefile \
+ Colors/GNUmakefile \
+ Compose/GNUmakefile \
+ Emoticon/GNUmakefile \
+ Face/GNUmakefile \
+ Filtering/GNUmakefile \
+ Fonts/GNUmakefile \
+ Import/GNUmakefile \
+ MIME/GNUmakefile \
+ PGP/GNUmakefile \
+ Receiving/GNUmakefile \
+ Sending/GNUmakefile \
+ Viewing/GNUmakefile
+do
+sedit 's/GNUSTEP_INSTALLATION_DIR)\/Library/GNUSTEP_SYSTEM_LIBRARY)/g' $gnumakefile
+done