patches/monodevelop-02-script.diff
author trisk
Mon, 03 Sep 2007 22:28:16 +0000
changeset 444 df90a02b2e3d
permissions -rw-r--r--
2007-09-03 Albert Lee <[email protected]> * SFEmonodevelop.spec: Bump to 0.15, add patch2 * SFEmono.spec: Add patch3 for readdir_r crash http://bugzilla.ximian.com/show_bug.cgi?id=82678 * patches/monodevelop-02-script.diff: Fix PATH in launch script * patches/mono-03-readdir_r.diff: Patch for readdir_r corruption
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
444
df90a02b2e3d 2007-09-03 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     1
--- monodevelop-0.15.orig/monodevelop.in	2007年  7月 31日 二 13:56:11
df90a02b2e3d 2007-09-03 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     2
+++ monodevelop-0.15/monodevelop.in	2007年  9月  3日 一 18:16:05
df90a02b2e3d 2007-09-03 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     3
@@ -35,6 +35,7 @@
df90a02b2e3d 2007-09-03 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     4
 fi
df90a02b2e3d 2007-09-03 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     5
 
df90a02b2e3d 2007-09-03 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     6
 MD_BIN_PATH=@prefix@/lib/monodevelop/bin
df90a02b2e3d 2007-09-03 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     7
+export PATH=@prefix@/mono:$MD_BIN_PATH:$PATH
df90a02b2e3d 2007-09-03 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     8
 
df90a02b2e3d 2007-09-03 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     9
 if [ -n $LD_LIBRARY_PATH ]; then
df90a02b2e3d 2007-09-03 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    10
 	export LD_LIBRARY_PATH=$MOZILLA_HOME:$LD_LIBRARY_PATH