Hi.
a bug entered for PSUtils-p17
http://blfs-bugs.linuxfromscratch.org/show_bug.cgi?id=1255
Anderson Lizardo suggested a change to the instructions.
<current>
cat Makefile.unix | sed -e 's|/usr/local|/usr|g' > Makefile &&
make &&
make install
<suggested>
sed -i 's@/usr/local@/[EMAIL PROTECTED]' Makefile.unix &&
make -f Makefile.unix &&
make -f Makefile.unix install
Randy doesn't see it as improved and I agree except for sed delimiter:
I propose this change.
cat Makefile.unix | sed -e 's@/usr/local@/[EMAIL PROTECTED]' > Makefile &&
Does anyone agree or disagree strongly? Anyway, I'll spit the user/root
instructions. It is not a big deal, hardly worth the bandwidth. :-)
--
David Jensen
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page