On Tue, 31 Jan 2006 20:38:47 +0500 "Alexander E. Patrakov" <[EMAIL PROTECTED]> wrote:
> Hello, > > The make_fonts_map.sh script uses "sort -0 +1" construction that > doesn't work with Coreutils-5.93. Please adjust this script before > installation: > > sed -i 's/+0 -1/-k 1,2/' make_fonts_map.sh > > Other notes are available at: > > http://wiki.linuxfromscratch.org/blfs/wiki/A2PS > I changed the wiki to: sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh since seds should assume that you are in the driectory where the source was unpacked. Otherwise - Good call. R. -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
