wok-next diff dahdi-tools/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents fc6d2161ae1b
children f0b1ca77b714
line diff
     1.1 --- a/dahdi-tools/receipt	Tue Aug 13 10:47:54 2013 +0000
     1.2 +++ b/dahdi-tools/receipt	Thu Feb 25 15:02:38 2016 +0200
     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 &&