[packagekit] packagekit: Branch 'master'
Richard Hughes
hughsient at kemper.freedesktop.org
Sat Nov 10 05:16:55 PST 2007
data/wscript_build | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit e53eaa941deea065f1c6ab9a0f7d6e11b97aefed
Author: Richard Hughes <richard at hughsie.com>
Date: Sat Nov 10 12:56:55 2007 +0000
install the waf files correctly
diff --git a/data/wscript_build b/data/wscript_build
index 43af4a2..d63433f 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')
More information about the PackageKit
mailing list