commit: be2939d93ac65776cd825462cd25d5f31241b44c
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 9 12:32:45 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Sep 9 12:32:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2939d9
x11-misc/dunst: Fix src_install().
Package-Manager: Portage-2.3.8, Repoman-2.3.3
x11-misc/dunst/dunst-1.2.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/dunst/dunst-1.2.0.ebuild
b/x11-misc/dunst/dunst-1.2.0.ebuild
index 40b3555454b..ceff714d927 100644
--- a/x11-misc/dunst/dunst-1.2.0.ebuild
+++ b/x11-misc/dunst/dunst-1.2.0.ebuild
@@ -47,9 +47,9 @@ src_compile() {
}
src_install() {
- default
+ emake DESTDIR="${D}" PREFIX="/usr" install
- dunstify && dobin dunstify
+ use dunstify && dobin dunstify
dodoc AUTHORS CHANGELOG.md README.md RELEASE_NOTES
}