mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Corrected tar syntax to include a leading dash (-) before the parameters, as this is needed if the parameters are not the first item after the 'tar' command (standardization)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3311 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
be1f34981f
commit
44a2b88be4
@ -82,7 +82,7 @@ useful for viewing and editing <acronym>AVI</acronym> files.</para>
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput><command>install -d /usr/lib/avifile-0.7/win32 &&
|
||||
tar zxf ../binaries-011002.tgz -C /usr/lib/avifile-0.7 &&
|
||||
tar -zxf ../binaries-011002.tgz -C /usr/lib/avifile-0.7 &&
|
||||
./configure --prefix=/usr \
|
||||
--with-win32-path=/usr/lib/avifile-0.7/win32 &&
|
||||
make &&
|
||||
|
@ -166,7 +166,7 @@ using the following commands (substitute and/or add different
|
||||
<acronym>CODEC</acronym> filenames, if necessary):</para>
|
||||
|
||||
<screen><userinput><command>install -d -m755 /usr/lib/mplayer/codecs &&
|
||||
tar jxf ../&mplayer-default-codec; \
|
||||
tar -jxf ../&mplayer-default-codec; \
|
||||
-C /usr/lib/mplayer/codecs --strip-path=1 &&
|
||||
chown -R root:root /usr/lib/mplayer/codecs</command></userinput></screen>
|
||||
|
||||
@ -185,7 +185,7 @@ script. You'll also need to extract at least one skin. Extract the desired
|
||||
skin and create the default location:</para>
|
||||
|
||||
<screen><userinput><command>install -v -d -m755 /usr/share/mplayer/Skin &&
|
||||
tar jxf ../&mplayer-default-skin; \
|
||||
tar -jxf ../&mplayer-default-skin; \
|
||||
-C /usr/share/mplayer/Skin &&
|
||||
chown -v -R root:root /usr/share/mplayer/Skin/Blue &&
|
||||
chmod -v 0755 /usr/share/mplayer/Skin/Blue{,/icons} &&
|
||||
@ -265,7 +265,7 @@ ln -sf /usr/X11R6/lib/X11/fonts/TTF/luxisri.ttf \
|
||||
prerendered <application>MPlayer</application> font package, extract and link
|
||||
one of the font tarballs using the following commands:</para>
|
||||
|
||||
<screen><userinput><command>tar jxf ../&mplayer-default-font;.tar.bz2 \
|
||||
<screen><userinput><command>tar -jxf ../&mplayer-default-font;.tar.bz2 \
|
||||
-C /usr/share/mplayer/font &&
|
||||
chown -R root:root /usr/share/mplayer/font &&
|
||||
cd /usr/share/mplayer/font &&
|
||||
|
@ -86,7 +86,7 @@ under a different name such as <filename>vi</filename>.</para></note>
|
||||
|
||||
<para>If desired unpack the translated messages archive:</para>
|
||||
|
||||
<screen><userinput><command>tar zxf ../vim-&vim-version;-lang.tar.gz --strip-path=1</command></userinput></screen>
|
||||
<screen><userinput><command>tar -zxf ../vim-&vim-version;-lang.tar.gz --strip-path=1</command></userinput></screen>
|
||||
|
||||
<para>Install <application>Vim</application> by running the following
|
||||
commands:</para>
|
||||
|
@ -91,16 +91,16 @@ the two required packages and the optional package, if desired.</para>
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>mkdir -p /usr/share/texmf &&
|
||||
tar zxf tetex-src-&tex-version;.tar.gz &&
|
||||
tar -zxf tetex-src-&tex-version;.tar.gz &&
|
||||
cd tetex-src-&tex-version; &&
|
||||
gzip -dc ../tetex-texmf-&tex-version;.tar.gz \
|
||||
| (umask 0; cd /usr/share/texmf; tar xf -)</command></userinput></screen>
|
||||
| (umask 0; cd /usr/share/texmf; tar -xf -)</command></userinput></screen>
|
||||
|
||||
<para>If the optional <filename>texmf</filename> source code
|
||||
<acronym>TAR</acronym> ball was downloaded, untar it now:</para>
|
||||
|
||||
<screen><userinput><command>gzip -dc ../tetex-texmfsrc-&tex-version;.tar.gz \
|
||||
| (umask 0; cd /usr/share/texmf; tar xf -)</command></userinput></screen>
|
||||
| (umask 0; cd /usr/share/texmf; tar -xf -)</command></userinput></screen>
|
||||
|
||||
<para>Continue with the installation:</para>
|
||||
|
||||
|
@ -65,49 +65,49 @@ all follow the same pattern which will soon become obvious.</para>
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>cd src &&
|
||||
tar zxf libxfce4util-&xfce-version;.tar.gz &&
|
||||
tar -zxf libxfce4util-&xfce-version;.tar.gz &&
|
||||
cd libxfce4util-&xfce-version; &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
cd .. &&
|
||||
tar zxf libxfcegui4-&xfce-version;.tar.gz &&
|
||||
tar -zxf libxfcegui4-&xfce-version;.tar.gz &&
|
||||
cd libxfcegui4-&xfce-version; &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
cd .. &&
|
||||
tar zxf libxfce4mcs-&xfce-version;.tar.gz &&
|
||||
tar -zxf libxfce4mcs-&xfce-version;.tar.gz &&
|
||||
cd libxfce4mcs-&xfce-version; &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
cd .. &&
|
||||
tar zxf xfce-mcs-manager-&xfce-version;.tar.gz &&
|
||||
tar -zxf xfce-mcs-manager-&xfce-version;.tar.gz &&
|
||||
cd xfce-mcs-manager-&xfce-version; &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
cd .. &&
|
||||
tar zxf xfwm4-&xfce-version;.tar.gz &&
|
||||
tar -zxf xfwm4-&xfce-version;.tar.gz &&
|
||||
cd xfwm4-&xfce-version; &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
cd .. &&
|
||||
tar zxf xfdesktop-&xfce-version;.tar.gz &&
|
||||
tar -zxf xfdesktop-&xfce-version;.tar.gz &&
|
||||
cd xfdesktop-&xfce-version; &&
|
||||
./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make &&
|
||||
make install &&
|
||||
cd .. &&
|
||||
tar zxf xfce4-panel-&xfce-version;.tar.gz &&
|
||||
tar -zxf xfce4-panel-&xfce-version;.tar.gz &&
|
||||
cd xfce4-panel-&xfce-version; &&
|
||||
./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make &&
|
||||
make install &&
|
||||
cd .. &&
|
||||
tar zxf xfce-utils-&xfce-version;.tar.gz &&
|
||||
tar -zxf xfce-utils-&xfce-version;.tar.gz &&
|
||||
cd xfce-utils-&xfce-version; &&
|
||||
./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make &&
|
||||
|
@ -128,12 +128,12 @@ and extract the source with the following commands:</para>
|
||||
|
||||
<screen><userinput><command>mkdir OOo-build &&
|
||||
cd OOo-build &&
|
||||
tar zxf ../OOo_&openoffice-version;_source.tar.gz</command></userinput></screen>
|
||||
tar -zxf ../OOo_&openoffice-version;_source.tar.gz</command></userinput></screen>
|
||||
|
||||
<para>Optionally, untar and move the gpc files, and apply the downloaded
|
||||
patches:</para>
|
||||
|
||||
<screen><userinput><command>tar zxf ../gpc231.tar.Z &&
|
||||
<screen><userinput><command>tar -zxf ../gpc231.tar.Z &&
|
||||
mv gpc231/* external/gpc &&
|
||||
rmdir gpc231 &&
|
||||
for patch in ../openoffice-&openoffice-version;-*.patch
|
||||
@ -196,7 +196,7 @@ files, you will need to untar them to the appropriate directory as shown
|
||||
below and then recreate the installation set:</para>
|
||||
|
||||
<screen><userinput><command>for i in ../helpcontent_*_unix.tgz
|
||||
do tar -C solver/645/unxlngi4.pro/pck zxf $i
|
||||
do tar -C solver/645/unxlngi4.pro/pck -zxf $i
|
||||
done &&
|
||||
rm -rf instsetoo/unxlngi4.pro &&
|
||||
bash -c "source LinuxIntelEnv.Set.sh ; dmake"</command></userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user