Merge git://anongit.freedesktop.org/git/packagekit

Conflicts:

	data/wscript_build
This commit is contained in:
Gustavo Carneiro 2007-11-10 14:20:04 +00:00
commit e9a9428177

View File

@ -22,6 +22,7 @@ obj.fun = misc.subst_func
obj.install_var = 'PREFIX' obj.install_var = 'PREFIX'
obj.install_subdir = 'usr/share/dbus-1/system-services' obj.install_subdir = 'usr/share/dbus-1/system-services'
#install the data files
install_files('PREFIX', 'var/run/PackageKit', 'job_count.dat') install_files('PREFIX', 'var/run/PackageKit', 'job_count.dat')
install_files('PREFIX', 'var/lib/PackageKit', 'transactions.db') install_files('PREFIX', 'var/lib/PackageKit', 'transactions.db')