wok diff polkit/receipt @ rev 8704

add: nareto, nareto-doc
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 17 23:13:15 2011 +0100 (2011-02-17)
parents 217c4ce23964
children 330615e1ecdb
line diff
     1.1 --- a/polkit/receipt	Sun Jan 09 20:57:58 2011 +0000
     1.2 +++ b/polkit/receipt	Thu Feb 17 23:13:15 2011 +0100
     1.3 @@ -16,11 +16,13 @@
     1.4  {
     1.5  	cd $src
     1.6  
     1.7 -    ./configure \
     1.8 -    	--prefix=/usr \
     1.9 +	./configure \
    1.10 +		--prefix=/usr \
    1.11  		--sysconfdir=/etc \
    1.12  		--localstatedir=/var \
    1.13  		--libexecdir=/usr/lib/polkit-1 \
    1.14 +		--disable-man-pages \
    1.15 +		--disable-gtk-doc \
    1.16  		$CONFIGURE_ARGS &&
    1.17  	make && make DESTDIR=$PWD/_pkg install
    1.18  }