diff --git a/multimedia/videoutils/avifile.xml b/multimedia/videoutils/avifile.xml
index 3ff7fea3be..3d3adc598c 100644
--- a/multimedia/videoutils/avifile.xml
+++ b/multimedia/videoutils/avifile.xml
@@ -82,7 +82,7 @@ useful for viewing and editing AVI files.
following commands:
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 &&
diff --git a/multimedia/videoutils/mplayer.xml b/multimedia/videoutils/mplayer.xml
index 5cedaed0d5..eb34a8207f 100644
--- a/multimedia/videoutils/mplayer.xml
+++ b/multimedia/videoutils/mplayer.xml
@@ -166,7 +166,7 @@ using the following commands (substitute and/or add different
CODEC filenames, if necessary):
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
@@ -185,7 +185,7 @@ script. You'll also need to extract at least one skin. Extract the desired
skin and create the default location:
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 MPlayer font package, extract and link
one of the font tarballs using the following commands:
-tar jxf ../&mplayer-default-font;.tar.bz2 \
+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 &&
diff --git a/postlfs/editors/vim.xml b/postlfs/editors/vim.xml
index 76263d53e3..6b6986d67d 100644
--- a/postlfs/editors/vim.xml
+++ b/postlfs/editors/vim.xml
@@ -86,7 +86,7 @@ under a different name such as vi.
If desired unpack the translated messages archive:
-tar zxf ../vim-&vim-version;-lang.tar.gz --strip-path=1
+tar -zxf ../vim-&vim-version;-lang.tar.gz --strip-path=1
Install Vim by running the following
commands:
diff --git a/pst/typesetting/tex.xml b/pst/typesetting/tex.xml
index 879757e043..a46795fcd0 100644
--- a/pst/typesetting/tex.xml
+++ b/pst/typesetting/tex.xml
@@ -91,16 +91,16 @@ the two required packages and the optional package, if desired.
commands:
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 -)
+ | (umask 0; cd /usr/share/texmf; tar -xf -)
If the optional texmf source code
TAR ball was downloaded, untar it now:
gzip -dc ../tetex-texmfsrc-&tex-version;.tar.gz \
- | (umask 0; cd /usr/share/texmf; tar xf -)
+ | (umask 0; cd /usr/share/texmf; tar -xf -)
Continue with the installation:
diff --git a/x/wm/xfce.xml b/x/wm/xfce.xml
index 3ce0ef8fa8..11f4bee1f7 100644
--- a/x/wm/xfce.xml
+++ b/x/wm/xfce.xml
@@ -65,49 +65,49 @@ all follow the same pattern which will soon become obvious.
commands:
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 &&
diff --git a/xsoft/suites/openoffice.xml b/xsoft/suites/openoffice.xml
index 8befe1d054..2b821d0cec 100644
--- a/xsoft/suites/openoffice.xml
+++ b/xsoft/suites/openoffice.xml
@@ -128,12 +128,12 @@ and extract the source with the following commands:
mkdir OOo-build &&
cd OOo-build &&
-tar zxf ../OOo_&openoffice-version;_source.tar.gz
+tar -zxf ../OOo_&openoffice-version;_source.tar.gz
Optionally, untar and move the gpc files, and apply the downloaded
patches:
-tar zxf ../gpc231.tar.Z &&
+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:
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"