wok diff a2ps/receipt @ rev 7909

Added DESTDIR=PWD/_pkg to attr. Needed for it to make packages.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jan 09 12:03:10 2011 +0000 (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 12:03:10 2011 +0000
     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 &&