Changeset be1f349


Ignore:
Timestamp:
01/19/2005 05:44:46 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
44a2b88
Parents:
13f51afc
Message:

Standardized tar extraction syntax throughout BLFS

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3310 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/avifile.xml

    r13f51afc rbe1f349  
    8383
    8484<screen><userinput><command>install -d /usr/lib/avifile-0.7/win32 &amp;&amp;
    85 tar xzvf ../binaries-011002.tgz -C /usr/lib/avifile-0.7 &amp;&amp;
     85tar zxf ../binaries-011002.tgz -C /usr/lib/avifile-0.7 &amp;&amp;
    8686./configure --prefix=/usr \
    8787    --with-win32-path=/usr/lib/avifile-0.7/win32 &amp;&amp;
  • multimedia/videoutils/mplayer.xml

    r13f51afc rbe1f349  
    167167
    168168<screen><userinput><command>install -d -m755 /usr/lib/mplayer/codecs &amp;&amp;
    169 tar xjvf ../&mplayer-default-codec; \
     169tar jxf ../&mplayer-default-codec; \
    170170    -C /usr/lib/mplayer/codecs --strip-path=1 &amp;&amp;
    171171chown -R root:root /usr/lib/mplayer/codecs</command></userinput></screen>
     
    186186
    187187<screen><userinput><command>install -v -d -m755 /usr/share/mplayer/Skin &amp;&amp;
    188 tar xjvf ../&mplayer-default-skin; \
     188tar jxf ../&mplayer-default-skin; \
    189189    -C /usr/share/mplayer/Skin &amp;&amp;
    190190chown -v -R root:root /usr/share/mplayer/Skin/Blue &amp;&amp;
     
    266266one of the font tarballs using the following commands:</para>
    267267
    268 <screen><userinput><command>tar xjvf ../&mplayer-default-font;.tar.bz2 \
     268<screen><userinput><command>tar jxf ../&mplayer-default-font;.tar.bz2 \
    269269    -C /usr/share/mplayer/font &amp;&amp;
    270270chown -R root:root /usr/share/mplayer/font &amp;&amp;
  • postlfs/editors/vim.xml

    r13f51afc rbe1f349  
    8787<para>If desired unpack the translated messages archive:</para>
    8888
    89 <screen><userinput><command>tar xzf ../vim-&vim-version;-lang.tar.gz --strip-path=1</command></userinput></screen>
     89<screen><userinput><command>tar zxf ../vim-&vim-version;-lang.tar.gz --strip-path=1</command></userinput></screen>
    9090   
    9191<para>Install <application>Vim</application> by running the following
  • pst/typesetting/tex.xml

    r13f51afc rbe1f349  
    9292
    9393<screen><userinput><command>mkdir -p /usr/share/texmf &amp;&amp;
    94 tar zxvf tetex-src-&tex-version;.tar.gz &amp;&amp;
     94tar zxf tetex-src-&tex-version;.tar.gz &amp;&amp;
    9595cd tetex-src-&tex-version; &amp;&amp;
    9696gzip -dc ../tetex-texmf-&tex-version;.tar.gz \
    97       | (umask 0; cd /usr/share/texmf; tar xvf -)</command></userinput></screen>
     97      | (umask 0; cd /usr/share/texmf; tar xf -)</command></userinput></screen>
    9898
    9999<para>If the optional <filename>texmf</filename> source code
     
    101101
    102102<screen><userinput><command>gzip -dc ../tetex-texmfsrc-&tex-version;.tar.gz \
    103       | (umask 0; cd /usr/share/texmf; tar xvf -)</command></userinput></screen>
     103      | (umask 0; cd /usr/share/texmf; tar xf -)</command></userinput></screen>
    104104
    105105<para>Continue with the installation:</para>
  • x/wm/xfce.xml

    r13f51afc rbe1f349  
    6666
    6767<screen><userinput><command>cd src &amp;&amp;
    68 tar xzvf libxfce4util-&xfce-version;.tar.gz &amp;&amp;
     68tar zxf libxfce4util-&xfce-version;.tar.gz &amp;&amp;
    6969cd libxfce4util-&xfce-version; &amp;&amp;
    7070./configure --prefix=/usr &amp;&amp;
     
    7272make install &amp;&amp;
    7373cd .. &amp;&amp;
    74 tar xzvf libxfcegui4-&xfce-version;.tar.gz &amp;&amp;
     74tar zxf libxfcegui4-&xfce-version;.tar.gz &amp;&amp;
    7575cd libxfcegui4-&xfce-version; &amp;&amp;
    7676./configure --prefix=/usr &amp;&amp;
     
    7878make install &amp;&amp;
    7979cd .. &amp;&amp;
    80 tar xzvf libxfce4mcs-&xfce-version;.tar.gz &amp;&amp;
     80tar zxf libxfce4mcs-&xfce-version;.tar.gz &amp;&amp;
    8181cd libxfce4mcs-&xfce-version; &amp;&amp;
    8282./configure --prefix=/usr &amp;&amp;
     
    8484make install &amp;&amp;
    8585cd .. &amp;&amp;
    86 tar xzvf xfce-mcs-manager-&xfce-version;.tar.gz &amp;&amp;
     86tar zxf xfce-mcs-manager-&xfce-version;.tar.gz &amp;&amp;
    8787cd xfce-mcs-manager-&xfce-version; &amp;&amp;
    8888./configure --prefix=/usr &amp;&amp;
     
    9090make install &amp;&amp;
    9191cd .. &amp;&amp;
    92 tar xzvf xfwm4-&xfce-version;.tar.gz &amp;&amp;
     92tar zxf xfwm4-&xfce-version;.tar.gz &amp;&amp;
    9393cd xfwm4-&xfce-version; &amp;&amp;
    9494./configure --prefix=/usr &amp;&amp;
     
    9696make install &amp;&amp;
    9797cd .. &amp;&amp;
    98 tar xzvf xfdesktop-&xfce-version;.tar.gz &amp;&amp;
     98tar zxf xfdesktop-&xfce-version;.tar.gz &amp;&amp;
    9999cd xfdesktop-&xfce-version; &amp;&amp;
    100100./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     
    102102make install &amp;&amp;
    103103cd .. &amp;&amp;
    104 tar xzvf xfce4-panel-&xfce-version;.tar.gz &amp;&amp;
     104tar zxf xfce4-panel-&xfce-version;.tar.gz &amp;&amp;
    105105cd xfce4-panel-&xfce-version; &amp;&amp;
    106106./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     
    108108make install &amp;&amp;
    109109cd .. &amp;&amp;
    110 tar xzvf xfce-utils-&xfce-version;.tar.gz &amp;&amp;
     110tar zxf xfce-utils-&xfce-version;.tar.gz &amp;&amp;
    111111cd xfce-utils-&xfce-version; &amp;&amp;
    112112./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
  • xsoft/suites/openoffice.xml

    r13f51afc rbe1f349  
    129129<screen><userinput><command>mkdir OOo-build &amp;&amp;
    130130cd OOo-build &amp;&amp;
    131 tar -zxvf ../OOo_&openoffice-version;_source.tar.gz</command></userinput></screen>
     131tar zxf ../OOo_&openoffice-version;_source.tar.gz</command></userinput></screen>
    132132
    133133<para>Optionally, untar and move the gpc files, and apply the downloaded
    134134patches:</para>
    135135
    136 <screen><userinput><command>tar -zxvf ../gpc231.tar.Z &amp;&amp;
     136<screen><userinput><command>tar zxf ../gpc231.tar.Z &amp;&amp;
    137137mv gpc231/* external/gpc &amp;&amp;
    138138rmdir gpc231 &amp;&amp;
     
    197197
    198198<screen><userinput><command>for i in ../helpcontent_*_unix.tgz
    199   do tar -C solver/645/unxlngi4.pro/pck -xvzf $i
     199  do tar -C solver/645/unxlngi4.pro/pck zxf $i
    200200  done &amp;&amp;
    201201rm -rf instsetoo/unxlngi4.pro &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.