Move /etc/dbus-1/system.d/PackageKit.conf to /etc/dbus-1/system.d/org.freedesktop.PackageKit.conf based upon feedback from David Zeuthen.

This commit is contained in:
Robin Norwood 2007-11-02 14:59:46 -04:00
parent c4c715191e
commit 2299ad6249
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = packagekit.pc
dbusdir = ${SYSCONFDIR}/dbus-1/system.d
dist_dbus_DATA = PackageKit.conf
dist_dbus_DATA = org.freedesktop.PackageKit.conf
packagekitpythondir = ${PYTHON_PACKAGE_DIR}
packagekitpython_PYTHON = \
@ -32,7 +32,7 @@ packagekitpython_PYTHON = \
EXTRA_DIST = \
PackageKit.conf.in \
org.freedesktop.PackageKit.conf.in \
packagekit.pc.in \
COPYING \
MAINTAINERS \

View File

@ -439,7 +439,7 @@ libpackagekit/Makefile
policy/Makefile
src/Makefile
client/Makefile
PackageKit.conf
org.freedesktop.PackageKit.conf
])
dnl ==========================================================================