diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-04-29 14:41:20 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-04-29 14:43:43 +0300 |
commit | 7ec2447f3cd8d2032c829a8ceb30e9bfc9b50f9e (patch) | |
tree | df0ea40974c0ec12c5387e4fd1ca0f8df5dd26cd /x11-misc/dunst | |
parent | x11-misc/dunst: add missing die to 1.6.1 (diff) | |
download | gentoo-7ec2447f3cd8d2032c829a8ceb30e9bfc9b50f9e.tar.gz gentoo-7ec2447f3cd8d2032c829a8ceb30e9bfc9b50f9e.tar.bz2 gentoo-7ec2447f3cd8d2032c829a8ceb30e9bfc9b50f9e.zip |
x11-misc/dunst: sync live ebuild
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-misc/dunst')
-rw-r--r-- | x11-misc/dunst/dunst-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/dunst/dunst-9999.ebuild b/x11-misc/dunst/dunst-9999.ebuild index 9ad8b28bb80f..9e6ef65b51bb 100644 --- a/x11-misc/dunst/dunst-9999.ebuild +++ b/x11-misc/dunst/dunst-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit systemd toolchain-funcs DESCRIPTION="Customizable and lightweight notification-daemon" -HOMEPAGE="https://dunst-project.org/" +HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst" if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -50,11 +50,11 @@ src_configure() { src_compile() { emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 sed -e "s|##PREFIX##|${EPREFIX}/usr|" \ - dunst.systemd.service.in > dunst.service + dunst.systemd.service.in > dunst.service || die } src_install() { emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \ - DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install + DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install systemd_douserunit dunst.service } |