wok diff a2ps/receipt @ rev 5150

a2ps, dev86, icedtea6-jdk: compile_rules should be busybox compatible
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 24 08:33:13 2010 +0100 (2010-03-24)
parents f4fd0777003f
children 8ef4e77889f9
line diff
     1.1 --- a/a2ps/receipt	Tue Feb 16 10:51:34 2010 +0000
     1.2 +++ b/a2ps/receipt	Wed Mar 24 08:33:13 2010 +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 &&