Changeset 1497c445


Ignore:
Timestamp:
10/08/2012 06:05:45 AM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f575476
Parents:
a9d8006
Message:

Minor fixups to Xorg section and AS_ROOT stuff.

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

Location:
x/installing
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7app.xml

    ra9d8006 r1497c445  
    259259  ./configure $XORG_CONFIG
    260260  make
    261   $AS_ROOT make install
     261  $AS_ROOT "make install"
    262262  popd
    263263  rm -r $packagedir
  • x/installing/x7font.xml

    ra9d8006 r1497c445  
    250250  ./configure $XORG_CONFIG
    251251  make
    252   $AS_ROOT make install
     252  $AS_ROOT "make install"
    253253  popd
    254254  rm -r $packagedir
  • x/installing/x7lib.xml

    ra9d8006 r1497c445  
    249249  esac
    250250  make
    251   $AS_ROOT make install
     251  $AS_ROOT "make install"
    252252  popd
    253253  rm -r $packagedir
    254   sudo /sbin/ldconfig
     254  $AS_ROOT "/sbin/ldconfig"
    255255done</userinput></screen>
    256256
  • x/installing/x7proto.xml

    ra9d8006 r1497c445  
    1616  <!ENTITY x7proto-time          "0.8 SBU">
    1717
    18   <!ENTITY applewmproto-version            "1.4.2">
    19   <!ENTITY applewmproto-md5sum             "c1d50749c3ac5215a1a9425818e856c1">
    20 
    2118  <!ENTITY bigreqsproto-version            "1.1.2">
    2219  <!ENTITY bigreqsproto-md5sum             "1a05fb01fa1d5198894c931cf925c025">
     
    6663  <!ENTITY videoproto-version              "2.3.1">
    6764  <!ENTITY videoproto-md5sum               "c3b348c6e2031b72b11ae63fc7f805c2">
    68 
    69   <!ENTITY windowswmproto-version          "1.0.4">
    70   <!ENTITY windowswmproto-md5sum           "e74b2ff3172a6117f2a62b655ef99064">
    7165
    7266  <!ENTITY xcmiscproto-version             "1.2.2">
     
    168162
    169163<screen><userinput>cat &gt; proto-&xorg-version;.md5 &lt;&lt; "EOF"
    170 #&applewmproto-md5sum;  applewmproto-&applewmproto-version;.tar.bz2
    171164&bigreqsproto-md5sum;  bigreqsproto-&bigreqsproto-version;.tar.bz2
    172165&compositeproto-md5sum;  compositeproto-&compositeproto-version;.tar.bz2
     
    185178&scrnsaverproto-md5sum;  scrnsaverproto-&scrnsaverproto-version;.tar.bz2
    186179&videoproto-md5sum;  videoproto-&videoproto-version;.tar.bz2
    187 #&windowswmproto-md5sum;  windowswmproto-&windowswmproto-version;.tar.bz2
    188180&xcmiscproto-md5sum;  xcmiscproto-&xcmiscproto-version;.tar.bz2
    189181&xextproto-md5sum;  xextproto-&xextproto-version;.tar.bz2
     
    225217  pushd $packagedir
    226218  ./configure $XORG_CONFIG
    227   $AS_ROOT make install
     219  $AS_ROOT "make install"
    228220  popd
    229221  rm -r $packagedir
Note: See TracChangeset for help on using the changeset viewer.