Magellan Linux

Diff of /trunk/include/mozilla.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2863 by niro, Sun Jul 12 16:43:44 2009 UTC revision 2867 by niro, Sun Jul 12 17:40:30 2009 UTC
# Line 69  makemake2() Line 69  makemake2()
69    
70  msetpref()  msetpref()
71  {  {
72   : ${MOZILLA_PREF_CONFIG="magellan.js"}   : ${MOZILLA_PREF_CONFIG="01-magellan.js"}
73   : ${MOZILLA_PREF_PATH="/usr/$(mlibdir)/mozilla-firefox/defaults/pref"}   : ${MOZILLA_PREF_PATH="/usr/$(mlibdir)/mozilla-firefox/defaults/pref"}
74   local pref   local pref="$1"
75   local value   local value="$2"
76    
77   [[ -z ${pref} ]] && die "msetpref(): no \$pref given"   [[ -z ${pref} ]] && die "msetpref(): no \$pref given"
78    

Legend:
Removed from v.2863  
changed lines
  Added in v.2867