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. > So, > > Am I supposed to remove all the quotes? I am missing something. I am blind > and trying to do this with a screenreader so just want to make sure.
LFS is quite a project for someone only using a screen reader. Yes, you can remove all the quotes. The backslashes will do what you need. Generally you only need quotes to protect spaces and there are none to be protected here. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
