#2403: Correction to Heimdal instructions
--------------------------------+-------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  [email protected]
     Type:  task                |      Status:  new                           
 Priority:  normal              |   Milestone:  6.3                           
Component:  BOOK                |     Version:  SVN                           
 Severity:  normal              |    Keywords:                                
--------------------------------+-------------------------------------------
 In the first block of commands right after the compilation, there are a
 number of commands to rename various headers and static libs...

 mv -v /usr/include/fnmatch.h /usr/include/fnmatch.h.glibc &&
 mv -v /usr/include/glob.h    /usr/include/glob.h.glibc &&

 mv -v /usr/include/ss/ss.h   /usr/include/ss/ss.h.e2fsprogs &&
 mv -v /usr/lib/libss.a       /usr/lib/libss.a.e2fsprogs &&
 mv -v /usr/lib/libss.so      /usr/lib/libss.so.e2fsprogs &&
 if [ -f /usr/lib/libss.la ]; then
     mv -v /usr/lib/libss.la  /usr/lib/libss.la.e2fsprogs
 done

 This does not work because "done" should actually be "fi".

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

Reply via email to