Changeset ba58642 for x/installing


Ignore:
Timestamp:
10/10/2012 09:35:16 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
ec33cf5
Parents:
68a5e1d0
Message:

Update description of how to execute a command as root in a small script.
Used in several xorg sections.

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

Location:
x/installing
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7app.xml

    r68a5e1d0 rba58642  
    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

    r68a5e1d0 rba58642  
    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

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

    r68a5e1d0 rba58642  
    217217  pushd $packagedir
    218218  ./configure $XORG_CONFIG
    219   $AS_ROOT "make install"
     219  as_root make install
    220220  popd
    221221  rm -r $packagedir
Note: See TracChangeset for help on using the changeset viewer.