On Παρ, Μάρ 16, at 05:46 Alexander E. Patrakov wrote: > Ag. Hatzimanikas wrote: > > On Fri, Mar 16, at 01:48 Alexander E. Patrakov wrote: > >> Ag. Hatzimanikas wrote: > >>> I didn't applied the debian patch since from what I've saw it's debian > >>> specific stuff (correct me if I am wrong). > >> Correcting. There are 8 important patches under dash-0.5.3/debian/diff > >> that > >> get applied during the build. > >> > > > > Thanks Alexander, > > > > New patch attached, please comment if you see something wrong with it. > > It is completely wrong. Not the Debian patch should be applied, but the > patches from debian/diff directory. It is customary for Debian to put many > separate patches into their diff.gz file, and apply them from the > debian/rules file. >
Ok I see. Choices: 1. zcat ../dash_0.5.3-7.diff.gz | patch -p0 for patch in dash-0.5.3/debian/diff/000*.diff;do patch -p1 < $patch ;done 2. Either create are own diff. 3. Something else. -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
