diff options
author | Martin Väth <martin@mvath.de> | 2010-08-02 22:51:28 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:45:54 +0200 |
commit | e6cae82ef36be2c8f7d00917af20395a67e1f102 (patch) | |
tree | d3485186534761820dcd90797aeae6dd39137617 /profiles/use.desc | |
parent | Make symlinks for extensions optional. Bump to force eclass upgrade (diff) | |
download | mv-e6cae82ef36be2c8f7d00917af20395a67e1f102.tar.gz mv-e6cae82ef36be2c8f7d00917af20395a67e1f102.tar.bz2 mv-e6cae82ef36be2c8f7d00917af20395a67e1f102.zip |
Hardlink (instead of copy) mozilla extensions
Diffstat (limited to 'profiles/use.desc')
-rw-r--r-- | profiles/use.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index ec6b7236..6226023b 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1 +1,2 @@ -symlink_extensions - Use symlinks to install data for firefox/icecat/seamonkey extensions only once. This may require to remove ~/.mozilla/*/*/extensions.ini at a restart of the browser. +copy_extensions - Copy extensions for each firefox/icecat/seamonkey separately instead of using hardlinks. This may be necessary if you have e.g. /opt and /usr on different partitions or if cp -RPl is not supported by your system. +symlink_extensions - Use symlinks for extensions of firefox/icecat/seamonkey instead of hardlinks or copies. This may require to remove ~/.mozilla/*/*/extensions.ini at each restart of the browser. |