From e53eaa941deea065f1c6ab9a0f7d6e11b97aefed Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sat, 10 Nov 2007 12:56:55 +0000 Subject: [PATCH] install the waf files correctly --- data/wscript_build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/wscript_build b/data/wscript_build index 43af4a230..d63433f3d 100644 --- a/data/wscript_build +++ b/data/wscript_build @@ -22,7 +22,7 @@ obj.fun = misc.subst_func obj.install_var = 'PREFIX' obj.install_subdir = 'usr/share/dbus-1/system-services' -#TODO: install properly -install_files('var', 'run', 'PackageKit', 'job_count.dat') -install_files('var', 'lib', 'PackageKit', 'transactions.db') +#install the data files +install_files('PREFIX', 'var/run/PackageKit', 'job_count.dat') +install_files('PREFIX', 'var/lib/PackageKit', 'transactions.db')