summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien ROZO2009-12-11 21:05:13 +0100
committerArwed von Merkatz2010-01-02 15:14:59 +0100
commit199b5c32a5ca0c437f624d5c0de1e3891432a17e (patch)
tree193198959777ef5d509ac245248b3c55bc36021e
parentfc63dd89e101111d6748ea3067f3bd8d0809652d (diff)
policykit: in BUILD, fixed variable name used for man pages installation
(cherry picked from commit 0134aa719281fda22495a2e32a9af35038d2bc77)
-rwxr-xr-xgnome2-libs/policykit/BUILD4
-rw-r--r--gnome2-libs/policykit/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/gnome2-libs/policykit/BUILD b/gnome2-libs/policykit/BUILD
index 11a8cc376d..df8297bb80 100755
--- a/gnome2-libs/policykit/BUILD
+++ b/gnome2-libs/policykit/BUILD
@@ -1,6 +1,6 @@
create_account polkituser &&
-if [[ "$POLICYKIT_MAN" == "y" ]]; then
+if [[ "$POLICYKIT_MANPAGES" == "y" ]]; then
OPTS="--enable-man-pages $OPTS"
else
OPTS="--disable-man-pages $OPTS"
@@ -12,4 +12,4 @@ else
OPTS="--with-authfw=$POLICYKIT_AFW $OPTS"
fi &&
-default_build \ No newline at end of file
+default_build
diff --git a/gnome2-libs/policykit/HISTORY b/gnome2-libs/policykit/HISTORY
index 044ca76c93..a000c45e7c 100644
--- a/gnome2-libs/policykit/HISTORY
+++ b/gnome2-libs/policykit/HISTORY
@@ -1,3 +1,6 @@
+2009-12-11 Julien "_kaze_" ROZO <julien@rozo.org>
+ * BUILD : fixed variable name used for man pages installation
+
2009-11-14 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.95