diff --git a/x11-misc/mate-notification-daemon/Manifest b/x11-misc/mate-notification-daemon/Manifest index 4fb96af08..5e09b94bb 100644 --- a/x11-misc/mate-notification-daemon/Manifest +++ b/x11-misc/mate-notification-daemon/Manifest @@ -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 diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.2.0.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.2.0.ebuild index 68c3dd356..aede1c9ae 100644 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.2.0.ebuild +++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.2.0.ebuild @@ -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 }