From cf818aa1a5738c2cc774379263d87a0fda420ede Mon Sep 17 00:00:00 2001 From: Gustavo Carneiro Date: Sat, 10 Nov 2007 14:45:50 +0000 Subject: [PATCH] install the packagekit.policy file to /usr/share/PolicyKit/policy --- policy/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/wscript_build b/policy/wscript_build index a6d7f76f1..d1fe68143 100644 --- a/policy/wscript_build +++ b/policy/wscript_build @@ -9,5 +9,5 @@ # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. -#TODO: install the packagekit.policy file to /usr/share/PolicyKit/policy - +#install the packagekit.policy file to /usr/share/PolicyKit/policy +install_files('DATADIR', 'PolicyKit', 'packagekit.policy')