-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Bruce Dubbs
Sent: Thursday, January 03, 2013 6:26 PM
To: BLFS Support List
Subject: Re: [blfs-support] util-macros

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.
   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to