wok rev 18507

mozo: update compile rules
author Yuri Pourre <yuripourre@gmail.com>
date Sat Oct 17 13:39:12 2015 -0300 (2015-10-17)
parents 5caa6594da47
children da58b3f88f7b
files mozo/receipt
line diff
     1.1 --- a/mozo/receipt	Sat Oct 17 13:37:02 2015 -0300
     1.2 +++ b/mozo/receipt	Sat Oct 17 13:39:12 2015 -0300
     1.3 @@ -18,8 +18,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	./autogen.sh
     1.8 -		--prefix=/usr              \
     1.9 +	./autogen.sh                   \
    1.10 +		--prefix=/usr          \
    1.11  		$CONFIGURE_ARGS &&
    1.12  	make &&
    1.13  	make DESTDIR=$DESTDIR install