[EMAIL PROTECTED] wrote these words on 03/26/08 14:44 CST: > <screen><userinput>cd unix && > ./configure --prefix=/usr --enable-threads && > -make</userinput></screen> > +make && > +sed -i \ > + -e "[EMAIL PROTECTED](TCL_SRC_DIR='\)[EMAIL PROTECTED]/usr/include'@" \ > + -e "/TC_B/[EMAIL PROTECTED]'\(-L\)[EMAIL PROTECTED]'\1/usr/lib@" \ > + -e "/SEARCH/s/=.*/=''/" \ > + tclConfig.sh > +</userinput></screen>
Could you move the </userinput></screen> to directly behind the last command? Otherwise it inserts a blank line, I believe. I'm not positive, but that is how *every* other package is. > <screen><userinput>cd unix && > ./configure --prefix=/usr --enable-threads && > -make</userinput></screen> > +make && > +sed -i \ > + -e "[EMAIL PROTECTED](TK_SRC_DIR='\)[EMAIL PROTECTED]/usr/include'@" \ > + -e "/TK_B/[EMAIL PROTECTED]'\(-L\)[EMAIL PROTECTED]'\1/usr/lib@" \ > + -e "/SEARCH/s/=.*/=''/" \ > + tkConfig.sh > +</userinput></screen> Ditto. Thanks, Ag. -- Randy rmlscsi: [bogomips 1003.22] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686] 14:48:00 up 38 days, 5:36, 1 user, load average: 0.12, 0.11, 0.04 -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
