summaryrefslogtreecommitdiff
path: root/x11-misc/sent/sent-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/sent/sent-9999.ebuild')
-rw-r--r--x11-misc/sent/sent-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/sent/sent-9999.ebuild b/x11-misc/sent/sent-9999.ebuild
index 5f42528d0e67..ad9a0d7e799b 100644
--- a/x11-misc/sent/sent-9999.ebuild
+++ b/x11-misc/sent/sent-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -31,7 +31,7 @@ src_prepare() {
-e '/^ echo/d' \
Makefile || die
- restore_config config.def.h
+ restore_config config.h
}
src_compile() {
@@ -40,4 +40,5 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
+ save_config config.h
}