Changeset 6a5f9b3 for x


Ignore:
Timestamp:
12/13/2016 01:28:46 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c805117a
Parents:
86918e9
Message:

Update to hexchat-2.12.4.
Update to zsh-5.3.

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

Location:
x/installing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7font.xml

    r86918e9 r6a5f9b3  
    145145  tar -xf $package
    146146  pushd $packagedir
    147   ./configure $XORG_CONFIG
    148   make
    149   as_root make install
     147    ./configure $XORG_CONFIG
     148    make
     149    as_root make install
    150150  popd
    151151  as_root rm -rf $packagedir
  • x/installing/x7legacy.xml

    r86918e9 r6a5f9b3  
    127127cd legacy &amp;&amp;
    128128grep -v '^#' ../legacy.dat | awk '{print $2$3}' | wget -i- -c \
    129     -B &xorg-download-http;/ &amp;&amp;
    130 grep -v '^#' ../legacy.dat | awk '{print $1 " " $3}' >../legacy.md5 &amp;&amp;
     129     -B &xorg-download-http;/ &amp;&amp;
     130grep -v '^#' ../legacy.dat | awk '{print $1 " " $3}' > ../legacy.md5 &amp;&amp;
    131131md5sum -c ../legacy.md5</userinput></screen>
    132132
Note: See TracChangeset for help on using the changeset viewer.