Opened 17 years ago

Closed 17 years ago

Last modified 10 years ago

#2382 closed task (fixed)

Gnome-Session syntax error

Reported by: Michael de Lang Owned by: blfs-book@…
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: minor Keywords: Gnome BLFS
Cc:

Description

./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

Change History (2)

comment:1 by dnicholson@…, 17 years ago

Resolution: fixed
Status: newclosed

Fixed in r7094. Thanks for the report.

comment:2 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.