Opened 21 years ago

Closed 21 years ago

Last modified 10 years ago

#345 closed defect (fixed)

Just a minor typo.

Reported by: registrations@… Owned by: blfs-book@…
Priority: lowest Milestone:
Component: BOOK Version: ~CVS
Severity: trivial Keywords:
Cc:

Description

The buildinstructions are:

./configure --prefix=/usr --sysconfdir=/etc --disable-debug \

--libexecdir=/usr/sbin --enable-ldbm &&

make depend && make && make test && make install &&

They should be:

./configure --prefix=/usr --sysconfdir=/etc --disable-debug \

--libexecdir=/usr/sbin --enable-ldbm &&

make depend && make && make test && make install

As you can see there are two &-s in the end that's got no business being there.

Change History (2)

comment:1 by larry@…, 21 years ago

Resolution: fixed
Status: newclosed

comment:2 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.