Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/
Date: Sat, 09 Sep 2017 12:32:57
Message-Id: 1504960365.be2939d93ac65776cd825462cd25d5f31241b44c.jer@gentoo
1 commit: be2939d93ac65776cd825462cd25d5f31241b44c
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 9 12:32:45 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 9 12:32:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2939d9
7
8 x11-misc/dunst: Fix src_install().
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 x11-misc/dunst/dunst-1.2.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-misc/dunst/dunst-1.2.0.ebuild b/x11-misc/dunst/dunst-1.2.0.ebuild
16 index 40b3555454b..ceff714d927 100644
17 --- a/x11-misc/dunst/dunst-1.2.0.ebuild
18 +++ b/x11-misc/dunst/dunst-1.2.0.ebuild
19 @@ -47,9 +47,9 @@ src_compile() {
20 }
21
22 src_install() {
23 - default
24 + emake DESTDIR="${D}" PREFIX="/usr" install
25
26 - dunstify && dobin dunstify
27 + use dunstify && dobin dunstify
28
29 dodoc AUTHORS CHANGELOG.md README.md RELEASE_NOTES
30 }