[x11-misc/mate-notification-daemon] fix dbus service installation

This commit is contained in:
Lorenzo Cogotti
2012-06-13 02:13:53 +02:00
parent b3e88f0c49
commit 644e6598f9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
DIST mate-notification-daemon-1.2.0.tar.xz 238672 RMD160 2ec45295137480ea727549500779fba9f2c6a684 SHA1 3b57578e33d044c924ea4a7714b8ee136c90a3f7 SHA256 ffce1feab092c04f9a4c9b5076a3b573514d53f8d1e829ae5e30cf46a7551d3e
EBUILD mate-notification-daemon-1.2.0.ebuild 1271 RMD160 cd2b0845d65927336b447fc30e4d64589528a0b8 SHA1 42c894b55864165c8efdde14be2a18800184e237 SHA256 e4821bdcd47c7be6aa0305d337a149f4f7e886db6e1c5f9b6806898e19eb5986
EBUILD mate-notification-daemon-1.2.0.ebuild 1271 RMD160 d589e12f9b181d5b836d8a250b0847a2b3735910 SHA1 ab2a72d24e384b0babc227d02c824bbe828f72ab SHA256 9a5f79d03194850ca719fce6356bef5d4760872b7a95aeda3ddcbb0a1c4906fd
@@ -46,14 +46,14 @@ src_install() {
# Make sure this directory exists
keepdir /etc/mateconf/mateconf.xml.system
cat <<-EOF > "${D}/org.freedesktop.Notifications.service"
cat <<-EOF > "${T}/org.freedesktop.Notifications.service"
[D-BUS Service]
Name=org.freedesktop.Notifications
Exec=/usr/libexec/mate-notification-daemon
EOF
insinto /usr/share/dbus-1/services
doins "${D}/org.freedesktop.Notifications.service"
doins "${T}/org.freedesktop.Notifications.service"
mate_src_install
}