projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67af983
)
x11-misc/dmenu: Fix savedconfig support in live ebuild by Hadrien Lacour (bug #635820).
author
Jeroen Roovers
<jer@gentoo.org>
Tue, 31 Oct 2017 04:59:30 +0000
(
05:59
+0100)
committer
Jeroen 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
patch
|
blob
|
history
diff --git
a/x11-misc/dmenu/dmenu-9999.ebuild
b/x11-misc/dmenu/dmenu-9999.ebuild
index ebd674d623280279caa88dc2ddd34dd8cf28cdf8..e55ea229223138c9c5b196995112ba7622cda3b7 100644
(file)
--- 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
}