#6547: proftpd-1.3.5a
-------------------------+---------------------
 Reporter:  fo           |       Owner:  fo
     Type:  enhancement  |      Status:  closed
 Priority:  normal       |   Milestone:  7.8
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:  fixed
 Keywords:               |
-------------------------+---------------------

Comment (by fo):

 Needed to use

 {{{
 sed -e '/INSTALL_USER=/  s/root/fernando/' \
     -e '/INSTALL_GROUP=/ s/root/fernando/' \
     -i Make.rules &&
 make DESTDIR=$DESTINODIR install &&
 sed -e '/INSTALL_USER=/  s/fernando/root/' \
     -e '/INSTALL_GROUP=/ s/fernando/root/' \
     -i Make.rules
 }}}

 to DEST install and then revert.

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/6547#comment:4>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to