#345 closed defect (fixed)
Just a minor typo.
Reported by: | Owned by: | ||
---|---|---|---|
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 , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Milestone: | old |
---|
Note:
See TracTickets
for help on using tickets.
Milestone old deleted