wok diff a2ps/receipt @ rev 7897

Up: module-init-tools 1.12
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Jan 09 14:07:48 2011 +0100 (2011-01-09)
parents f4fd0777003f
children 8ef4e77889f9
line diff
     1.1 --- a/a2ps/receipt	Tue Feb 16 10:51:34 2010 +0000
     1.2 +++ b/a2ps/receipt	Sun Jan 09 14:07:48 2011 +0100
     1.3 @@ -15,6 +15,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	# Be busybox sort compatible
     1.8 +	sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh
     1.9  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.10  	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.11  	make &&