Magellan Linux

Annotation of /trunk/nvu/patches/nvu-0.50-nvu.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 674 byte(s)
-import

1 niro 153 --- composer/app/nvu_old 2004-10-16 03:25:35.694372104 +0900
2     +++ composer/app/nvu 2004-10-16 03:25:16.489291720 +0900
3     @@ -35,10 +35,11 @@
4     moz_libdir=/usr/lib/nvu
5     MRE_HOME=/usr/lib/mre/mre
6    
7     +# no, don't honor it, that breaks stuff :) - Chris
8     # honor MOZILLA_FIVE_HOME if it's there
9     -if [ -n "$MOZILLA_FIVE_HOME" ] ; then
10     - dist_bin="$MOZILLA_FIVE_HOME"
11     -else
12     +#if [ -n "$MOZILLA_FIVE_HOME" ] ; then
13     +# dist_bin="$MOZILLA_FIVE_HOME"
14     +#else
15     # Use run-mozilla.sh in the current dir if it exists
16     # If not, then start resolving symlinks until we find run-mozilla.sh
17     found=0
18     @@ -77,7 +78,7 @@
19     exit 1
20     fi
21     fi
22     -fi
23     +#fi
24    
25     script_args=""
26     moreargs="-edit"