summaryrefslogtreecommitdiff
path: root/x11-misc/sent/sent-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-19 13:06:44 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-19 13:06:44 +0100
commit97967bbbae8f43c98315b079178f1717f130e302 (patch)
tree27523f8cbd75ed85f33294862514b786a30dd6e5 /x11-misc/sent/sent-9999.ebuild
parent30c53e395853f5bfe805a1e429fcf26666eed8f8 (diff)
gentoo resync : 19.05.2018
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
}