#2382: Gnome-Session syntax error
--------------------+-------------------------------------------------------
 Reporter:  Oipo    |       Owner:  [email protected]
     Type:  task    |      Status:  new                           
 Priority:  normal  |   Milestone:  future                        
Component:  BOOK    |     Version:  SVN                           
 Severity:  minor   |    Keywords:  Gnome BLFS                    
--------------------+-------------------------------------------------------
 ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
             --sysconfdir=/etc/gnome/2.18.3 \
             --mandir=$(pkg-config \
                 --variable=prefix ORBit-2.0)/share/man &&
             --with-at-spi-registryd-directory=$(pkg-config \
                --variable=prefix ORBit-2.0)/lib/at-spi


 should be

 ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
             --sysconfdir=/etc/gnome/2.18.3 \
             --mandir=$(pkg-config \
                 --variable=prefix ORBit-2.0)/share/man \
             --with-at-spi-registryd-directory=$(pkg-config \
                --variable=prefix ORBit-2.0)/lib/at-spi

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2382>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to