wok diff polkit/receipt @ rev 8796
Fix compile_rules() for ecm
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Feb 22 23:52:43 2011 +0100 (2011-02-22) |
parents | 217c4ce23964 |
children | 330615e1ecdb |
line diff
1.1 --- a/polkit/receipt Sun Jan 09 20:57:58 2011 +0000 1.2 +++ b/polkit/receipt Tue Feb 22 23:52:43 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 }