MIKE wrote:
> Here is my profile from profile.d
> XORG_PREFIX="/usr/X11"
> XORG_CONFIG="--prefix=$XORG_PREFIX \
> --sysconfdir=/etc \
> --localstatedir=/var \
> --disable-static"
> XORG_CONFIG2="--prefix=$XORG_PREFIX \
> --sysconfdir=/etc \
> --localstatedir=/var"
Don't use quotes for XORG_PREFIX. They are included when you use them
and you get"
XORG_CONFIG="--prefix="/usr/X11"\
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static"
Note the extra unwanted quotes.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page