summaryrefslogtreecommitdiff
path: root/x11-misc
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-10-31 05:59:30 +0100
committerJeroen Roovers <jer@gentoo.org>2017-10-31 05:59:50 +0100
commit50131048b8e8bcd9f9129b78deae94db486aa6b1 (patch)
tree2813c95dc2a85a4232e405dced307a9b472cd274 /x11-misc
parent67af98328e08ad9e53a857d1b51c9ecea8716ead (diff)
downloadgentoo-50131048b8e8bcd9f9129b78deae94db486aa6b1.tar.gz
gentoo-50131048b8e8bcd9f9129b78deae94db486aa6b1.tar.xz
x11-misc/dmenu: Fix savedconfig support in live ebuild by Hadrien Lacour (bug #635820).
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/dmenu/dmenu-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/dmenu/dmenu-9999.ebuild b/x11-misc/dmenu/dmenu-9999.ebuild
index ebd674d6232..e55ea229223 100644
--- a/x11-misc/dmenu/dmenu-9999.ebuild
+++ b/x11-misc/dmenu/dmenu-9999.ebuild
@@ -37,7 +37,7 @@ src_prepare() {
-e '/^ echo/d' \
Makefile || die
- restore_config config.def.h
+ restore_config config.h
}
src_compile() {
@@ -57,5 +57,5 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
- save_config config.def.h
+ save_config config.h
}