#314 closed defect (fixed)
psutils-p17: wrong installation command
Reported by: | Owned by: | ||
---|---|---|---|
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 , 22 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