Opened 21 years ago

Closed 21 years ago

Last modified 10 years ago

#314 closed defect (fixed)

psutils-p17: wrong installation command

Reported by: gustav-w-s@… Owned by: blfs-book@…
Priority: normal Milestone:
Component: BOOK Version: ~CVS
Severity: minor Keywords:
Cc:

Description

By now the installation commands are:

cat Makefile.unix | sed s/\/usr\/local/\/usr/g > Makefile && make && make install

And "sed" is missing the -e option. The working sed command is:

sed -e "s/\/usr\/local/\/usr/g"

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.