x11-misc/dmenu: Fix savedconfig support in live ebuild by Hadrien Lacour (bug #635820).
authorJeroen Roovers <jer@gentoo.org>
Tue, 31 Oct 2017 04:59:30 +0000 (05:59 +0100)
committerJeroen Roovers <jer@gentoo.org>
Tue, 31 Oct 2017 04:59:50 +0000 (05:59 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.4

x11-misc/dmenu/dmenu-9999.ebuild

index ebd674d623280279caa88dc2ddd34dd8cf28cdf8..e55ea229223138c9c5b196995112ba7622cda3b7 100644 (file)
@@ -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
 }