|
|
@ -21,7 +21,8 @@ |
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
mozilla_searchplugins_main () { |
|
|
mozilla_searchplugins_main () { |
|
|
cd $root/usr/lib/mozilla-1.6/searchplugins |
|
|
|
|
|
|
|
|
mozilla_version=`grep '^.V. ' ${base}/package/x11/mozilla/mozilla.desc | cut -f2 -d' '` |
|
|
|
|
|
cd $root/usr/lib/mozilla-${mozilla_version}/searchplugins |
|
|
tar $taropt $archdir/searchplugins-0.1.tar.bz2 |
|
|
tar $taropt $archdir/searchplugins-0.1.tar.bz2 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|