From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismetmobiledashboard/
Date: Mon, 3 Aug 2020 17:45:07 +0000 (UTC) [thread overview]
Message-ID: <1596476710.48aa3c1cf01fff95051a42369791c7c3ea428a14.zerochaos@gentoo> (raw)
commit: 48aa3c1cf01fff95051a42369791c7c3ea428a14
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 3 17:45:01 2020 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Aug 3 17:45:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48aa3c1c
net-wireless/kismetmobiledashboard: fix bug# 702954
thanks to dwfreed who cracked the case, kismet Makefile.inc was
contaminated and there is really no need to be setting install to a
variable anyway
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
.../kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild | 5 +++++
net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild
index 40806893ce6..b844f4cf0b8 100644
--- a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild
+++ b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild
@@ -22,6 +22,11 @@ DEPEND="net-wireless/kismet"
RDEPEND="${DEPEND}"
BDEPEND=""
+src_prepare() {
+ sed -i 's#\$(INSTALL)#install#' Makefile
+ default
+}
+
src_compile() {
KIS_SRC_DIR="/usr/share/kismet" emake
}
diff --git a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
index 40806893ce6..b844f4cf0b8 100644
--- a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
+++ b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
@@ -22,6 +22,11 @@ DEPEND="net-wireless/kismet"
RDEPEND="${DEPEND}"
BDEPEND=""
+src_prepare() {
+ sed -i 's#\$(INSTALL)#install#' Makefile
+ default
+}
+
src_compile() {
KIS_SRC_DIR="/usr/share/kismet" emake
}
next reply other threads:[~2020-08-03 17:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-03 17:45 Rick Farina [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-19 13:45 [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismetmobiledashboard/ Rick Farina
2020-08-03 16:59 Rick Farina
2020-08-03 3:53 Rick Farina
2020-08-03 2:47 Rick Farina
2019-03-26 15:47 Rick Farina
2019-03-05 21:21 Rick Farina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1596476710.48aa3c1cf01fff95051a42369791c7c3ea428a14.zerochaos@gentoo \
--to=zerochaos@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox