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 8F49C1395E2 for ; Thu, 24 Nov 2016 01:50:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BA29E0853; Thu, 24 Nov 2016 01:50:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70A7CE0853 for ; Thu, 24 Nov 2016 01:50:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13908340EEA for ; Thu, 24 Nov 2016 01:50:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D1A649A for ; Thu, 24 Nov 2016 01:50:45 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1479952239.0e0eafba82bba0fa9144acdcd97c1936a3b9d6ab.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/hostapd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/hostapd/hostapd-2.6.ebuild X-VCS-Directories: net-wireless/hostapd/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 0e0eafba82bba0fa9144acdcd97c1936a3b9d6ab X-VCS-Branch: master Date: Thu, 24 Nov 2016 01:50:45 +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: 7876aaba-3e89-4367-ac17-8675e7d22147 X-Archives-Hash: 49729fd5755ac479e4e5c0b3d7876080 commit: 0e0eafba82bba0fa9144acdcd97c1936a3b9d6ab Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Nov 24 01:49:49 2016 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Nov 24 01:50:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0eafba net-wireless/hostapd: Allow users to apply patches to src/drivers Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=596306#c5 Package-Manager: portage-2.3.2 net-wireless/hostapd/hostapd-2.6.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-wireless/hostapd/hostapd-2.6.ebuild b/net-wireless/hostapd/hostapd-2.6.ebuild index 019ff13..121ed83 100644 --- a/net-wireless/hostapd/hostapd-2.6.ebuild +++ b/net-wireless/hostapd/hostapd-2.6.ebuild @@ -30,7 +30,11 @@ RDEPEND="${DEPEND}" S="${S}/${PN}" src_prepare() { + # Allow users to apply patches to src/drivers for example, + # i.e. anything outside ${S}/${PN} + pushd ../ >/dev/null || die default + popd >/dev/null || die sed -i -e "s:/etc/hostapd:/etc/hostapd/hostapd:g" \ "${S}/hostapd.conf" || die