diff options
author | Simon McVittie <smcv@debian.org> | 2011-06-08 12:53:39 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2011-06-08 12:53:39 +0100 |
commit | d8cea5438d1d23a4579e5aa7c41a8eda2f3bbf3d (patch) | |
tree | dd7f5b915cc28066319b8ce477f8cb473cd158dc /debian/dbus.install | |
parent | 3611d3030d0e80ba68ce1968a9689552e791b3e4 (diff) | |
download | dbus-d8cea5438d1d23a4579e5aa7c41a8eda2f3bbf3d.tar.gz |
move dbus-daemon and its helpers from /usr to /, and libraries into multiarch locations
Diffstat (limited to 'debian/dbus.install')
-rw-r--r-- | debian/dbus.install | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/dbus.install b/debian/dbus.install index 6c027798..e6ec6c14 100644 --- a/debian/dbus.install +++ b/debian/dbus.install @@ -1,10 +1,10 @@ debian/tmp/etc/dbus-1/ -debian/tmp/usr/bin/dbus-daemon -debian/tmp/usr/bin/dbus-cleanup-sockets -debian/tmp/usr/bin/dbus-send -debian/tmp/usr/bin/dbus-uuidgen -debian/tmp/usr/bin/dbus-monitor -debian/tmp/usr/lib/dbus-1.0/dbus-daemon-launch-helper +debian/tmp/bin/dbus-daemon +debian/tmp/bin/dbus-cleanup-sockets +debian/tmp/bin/dbus-send usr/bin +debian/tmp/bin/dbus-uuidgen +debian/tmp/bin/dbus-monitor usr/bin +debian/tmp/lib/dbus-1.0/dbus-daemon-launch-helper debian/tmp/usr/share/man/man1/dbus-daemon.1 debian/tmp/usr/share/man/man1/dbus-cleanup-sockets.1 debian/tmp/usr/share/dbus-1/services |