wok-6.x diff arpwatch/receipt @ rev 11446

pam, busybox-pam: trigger the proper reinstallation of busybox before removing them
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Dec 16 23:50:33 2011 +0100 (2011-12-16)
parents 1e19a2f13637
children d7486a2cc6d9
line diff
     1.1 --- a/arpwatch/receipt	Tue May 17 01:24:41 2011 +0200
     1.2 +++ b/arpwatch/receipt	Fri Dec 16 23:50:33 2011 +0100
     1.3 @@ -17,7 +17,7 @@
     1.4  	cd $src
     1.5  	sed -i 's|ARPDIR = $(prefix)/arpwatch|ARPDIR = /var/lib/arpwatch|' Makefile.in
     1.6  	sed -i 's|-o bin -g bin||' Makefile.in
     1.7 -	./configure && 
     1.8 +	./configure $CONFIGURE_ARGS && 
     1.9  	make  &&
    1.10  	install -d -m 755 $DESTDIR/usr/sbin
    1.11  	make install