From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5F0B139083 for ; Tue, 31 Oct 2017 04:59:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1A3EE0E98; Tue, 31 Oct 2017 04:59:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6D99E0E98 for ; Tue, 31 Oct 2017 04:59:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F9B23416D3 for ; Tue, 31 Oct 2017 04:59:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8246612F for ; Tue, 31 Oct 2017 04:59:52 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1509425990.50131048b8e8bcd9f9129b78deae94db486aa6b1.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dmenu/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dmenu/dmenu-9999.ebuild X-VCS-Directories: x11-misc/dmenu/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 50131048b8e8bcd9f9129b78deae94db486aa6b1 X-VCS-Branch: master Date: Tue, 31 Oct 2017 04:59:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0bac4e53-29ae-4385-af2c-ecd90cf4da00 X-Archives-Hash: c9ce1299ca82d4b75b5ccc434214dba6 commit: 50131048b8e8bcd9f9129b78deae94db486aa6b1 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Oct 31 04:59:30 2017 +0000 Commit: Jeroen Roovers gentoo 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 }