Changeset 1f23aa4f
- Timestamp:
- 11/30/2011 10:23:49 PM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- fa3e12e1
- Parents:
- 978865f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/graphweb/firefox.xml
r978865f2 r1f23aa4f 179 179 package:</para> 180 180 181 <screen role="root"><userinput>tar -xfv firefox-build-dir/dist/firefox-*.tar.bz2 -C /usr/lib && 182 ln -sfv ../lib/firefox/firefox /usr/bin/firefox && 181 <screen role="root"><userinput>mkdir /usr/lib/firefox-&firefox-version; && 182 tar -xfv firefox-build-dir/dist/firefox-*.tar.bz2 -C /usr/lib/firefox-&firefox-version; --strip-components=1 && 183 ln -sfv ../lib/firefox-&firefox-version;/firefox /usr/bin/firefox && 183 184 mkdir -p /usr/lib/mozilla/plugins && 184 ln -sv ../mozilla/plugins /usr/lib/firefox &&185 chown -R -v root:root /usr/lib/firefox </userinput></screen>185 ln -sv ../mozilla/plugins /usr/lib/firefox-&firefox-version; && 186 chown -R -v root:root /usr/lib/firefox-&firefox-version;</userinput></screen> 186 187 187 188 <para>If you have installed <application>Firefox</application> linked … … 215 216 216 217 <para><command>tar -xfv firefox-build-dir/dist ...</command>: This untars 217 <application>Firefox</application> in /usr/lib. Untaring it (instead of 218 running make install) prevents it installing 219 /usr/lib/firefox-devel-&firefox-version; which contains about 430 MB of 220 files. If you need any of those files, they're in 218 <application>Firefox</application> in /usr/lib. The 219 <option>--strip-components=1</option> option removes the leading 220 'firefox' directory from the filenames, allowing us to untar it 221 into a versioned directory. Untaring it (instead of running make install) 222 prevents it installing /usr/lib/firefox-devel-&firefox-version; which 223 contains about 430 MB of files. If you need any of those files, they're in 221 224 <xref linkend="xulrunner"/></para> 222 225 … … 248 251 <seg>Numerous libraries, browser components, plugins, extensions, and 249 252 helper modules installed in <filename 250 class='directory'>/usr/lib/firefox</filename> or <filename 251 class='directory'>/usr/lib/firefox-&firefox-version;</filename> 252 (depending whether you untared it or ran make install)</seg> 253 <seg>/usr/lib/firefox</seg> 253 class='directory'>/usr/lib/firefox-&firefox-version;</filename>.</seg> 254 <seg>/usr/lib/firefox-&firefox-version;</seg> 254 255 </seglistitem> 255 256 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.