commit:     50131048b8e8bcd9f9129b78deae94db486aa6b1
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 31 04:59:30 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Oct 31 04:59:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50131048

x11-misc/dmenu: Fix savedconfig support in live ebuild by Hadrien Lacour (bug 
#635820).

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 x11-misc/dmenu/dmenu-9999.ebuild | 4 ++--
 1 file 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
 }

Reply via email to