diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-09-09 14:32:45 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-09-09 14:32:45 +0200 |
commit | be2939d93ac65776cd825462cd25d5f31241b44c (patch) | |
tree | 8d140aaab7931d7fb294a8db19f946923226b5fb /x11-misc | |
parent | x11-misc/dunst: Drop gtk+ dep for 1.1.0. Respect CC. Fix some compiler warnings. (diff) | |
download | gentoo-be2939d93ac65776cd825462cd25d5f31241b44c.tar.gz gentoo-be2939d93ac65776cd825462cd25d5f31241b44c.tar.bz2 gentoo-be2939d93ac65776cd825462cd25d5f31241b44c.zip |
x11-misc/dunst: Fix src_install().
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/dunst/dunst-1.2.0.ebuild | 4 |
1 files 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 40b3555454b8..ceff714d927e 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 } |