wok diff dahdi-tools/receipt @ rev 15693

linux-lxc: modify post_install() for update /etc/fstab
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 08:40:56 2013 +0100 (2013-12-21)
parents fc6d2161ae1b
children 29d39c79090b
line diff
     1.1 --- a/dahdi-tools/receipt	Tue Aug 13 10:47:54 2013 +0000
     1.2 +++ b/dahdi-tools/receipt	Sat Dec 21 08:40:56 2013 +0100
     1.3 @@ -24,7 +24,7 @@
     1.4  		--sysconfdir=/etc \
     1.5  		--exec-prefix=/usr \
     1.6  		--mandir=/usr/share/man \
     1.7 -		$CONFIGURE_ARGS 2>&1 | grep -v contest &&
     1.8 +		$CONFIGURE_ARGS 2>&1 | grep -v conftest &&
     1.9  	make -j1 &&
    1.10  	make -j1 -C ppp &&
    1.11  	make -j1 DESTDIR=$DESTDIR install &&