wok diff icoutils/receipt @ rev 15806

Up: sudoku to 2.3. Fixed WEB_SITE and WGET_URL so we get the app and not a error page.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jan 24 01:35:01 2014 +0000 (2014-01-24)
parents f5dd6be1bf44
children e2ece35b14a1
line diff
     1.1 --- a/icoutils/receipt	Mon Sep 23 13:27:46 2013 +0000
     1.2 +++ b/icoutils/receipt	Fri Jan 24 01:35:01 2014 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  	cd $src
     1.5  	./configure --prefix=/usr --mandir=/usr/share/man \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make 2>&1 | grep -v "STRERROR" | grep -v "PERROR" &&
     1.8 +	make &&
     1.9  	make DESTDIR=$DESTDIR install
    1.10  }
    1.11