wok-next rev 10099
a2ps: clean up.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 14:54:14 2011 +0000 (2011-05-20) |
parents | 51d0db4b9cc0 |
children | d3affece8cb5 |
files | a2ps/receipt |
line diff
1.1 --- a/a2ps/receipt Fri May 20 14:20:43 2011 +0000 1.2 +++ b/a2ps/receipt Fri May 20 14:54:14 2011 +0000 1.3 @@ -17,10 +17,9 @@ 1.4 cd $src 1.5 # Be busybox sort compatible 1.6 sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh 1.7 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.8 - --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.9 + ./configure --sysconfdir=/etc $CONFIGURE_ARGS && 1.10 make && 1.11 - make DESTDIR=$PWD/_pkg install 1.12 + make install 1.13 } 1.14 1.15 # Rules to gen a SliTaz package suitable for Tazpkg.