diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-11-24 23:30:32 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-11-24 23:30:32 +0100 |
commit | b675e68f859588e3bb4fd22515f6ca0c2eb01bac (patch) | |
tree | 29d587789a679c7baf0342639aeca9a15369f5a0 /x11-misc/dunst | |
parent | dev-java/bcprov: fix OutOfMemoryError (diff) | |
download | gentoo-b675e68f859588e3bb4fd22515f6ca0c2eb01bac.tar.gz gentoo-b675e68f859588e3bb4fd22515f6ca0c2eb01bac.tar.bz2 gentoo-b675e68f859588e3bb4fd22515f6ca0c2eb01bac.zip |
x11-misc/dunst: fix path for dbus
Closes: https://bugs.gentoo.org/827167
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc/dunst')
-rw-r--r-- | x11-misc/dunst/dunst-1.7.1-r1.ebuild (renamed from x11-misc/dunst/dunst-1.7.1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/dunst/dunst-1.7.1.ebuild b/x11-misc/dunst/dunst-1.7.1-r1.ebuild index b2ba8b6f35e7..8eaab62529e9 100644 --- a/x11-misc/dunst/dunst-1.7.1.ebuild +++ b/x11-misc/dunst/dunst-1.7.1-r1.ebuild @@ -44,8 +44,9 @@ src_prepare() { # Respect users CFLAGS sed -e 's/-Os//' -i config.mk || die - # Use correct path for system unit + # Use correct path for dbus and system unit sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die + sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in || die } src_configure() { |