Changeset 2153

Show
Ignore:
Timestamp:
12/29/07 01:43:49 (1 year ago)
Author:
alexander
Message:

Got rid of the version suffix in Seamonkey installation directories

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/packages/seamonkey/.mozconfig

    r1819 r2153  
    99ac_add_options --with-system-cairo=/usr 
    1010ac_add_options --enable-application=suite 
     11ac_add_options --with-default-mozilla-five-home=/usr/lib/seamonkey 
    1112ac_add_options --enable-default-toolkit=gtk2 
    1213ac_add_options --enable-canvas 
  • trunk/packages/seamonkey/Makefile

    r1978 r2153  
    2323 
    2424compile-stage2: 
     25        sed -i 's/-\$(MOZ_APP_VERSION)//' config/autoconf.mk.in 
    2526        sed 's:@TOPSRCDIR@:$(ROOT)/$(PKG)/$(NM)/mozilla:' ../.mozconfig \ 
    2627         > .mozconfig 
  • trunk/root/.mozilla/default/79exklwh.slt/prefs.js

    r2040 r2153  
    1111 
    1212user_pref("browser.preferences.lastpanel", 0); 
    13 user_pref("browser.search.defaultengine", "engine:///usr/lib/seamonkey-1.1.3/searchplugins/google.src"); 
     13user_pref("browser.search.defaultengine", "engine:///usr/lib/seamonkey/searchplugins/google.src"); 
    1414user_pref("browser.startup.homepage", "file:///usr/share/LFS-BOOK-6.3-HTML/index.html"); 
    1515user_pref("browser.startup.homepage_override.mstone", "ignore");