[email protected] wrote:
Author: pierre Date: Sat Nov 14 13:36:59 2015 New Revision: 16653Log: Misplaced role="root" in Xorg introduction, and other changes: - $XORG_PREFIX is not <replaceable>, /usr/X11R6 is. - Use the already set $XORG_PREFIX in /etc/profile.d/xorg.sh. Modified: trunk/BOOK/x/installing/xorg7.xml Modified: trunk/BOOK/x/installing/xorg7.xml ============================================================================== --- trunk/BOOK/x/installing/xorg7.xml Sat Nov 14 08:50:27 2015 (r16652) +++ trunk/BOOK/x/installing/xorg7.xml Sat Nov 14 13:36:59 2015 (r16653) @@ -123,9 +123,9 @@ file containing these variables as the <systemitem class="username">root</systemitem> user:</para> -<screen><userinput role="root">cat > /etc/profile.d/xorg.sh << "EOF" -XORG_PREFIX="<replaceable><PREFIX></replaceable>" -XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc --localstatedir=/var --disable-static" +<screen role="root"><userinput>cat > /etc/profile.d/xorg.sh << EOF +XORG_PREFIX="$XORG_PREFIX" +XORG_CONFIG="--prefix=\$XORG_PREFIX --sysconfdir=/etc --localstatedir=/var --disable-static"
For XORG_CONFIG, we really don't want \$XORG_PREFIX. We want: $ echo $XORG_CONFIG --prefix=/opt/xorg --sysconfdir=/etc --localstatedir=/var --disable-static I have no problem with the other changes. -- Bruce -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
