diff options
author | Sam James <sam@gentoo.org> | 2021-09-17 03:03:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-17 03:03:43 +0100 |
commit | d76e8f371a57dc16eb2365a180da827b450835ed (patch) | |
tree | a37f63db8316426dac3a47cb5423986821ec5ab6 /net-misc/sipp | |
parent | sys-auth/seatd: Security cleanup, 0.6.0 (diff) | |
download | gentoo-d76e8f371a57dc16eb2365a180da827b450835ed.tar.gz gentoo-d76e8f371a57dc16eb2365a180da827b450835ed.tar.bz2 gentoo-d76e8f371a57dc16eb2365a180da827b450835ed.zip |
net-misc/sipp: fix installation of binary
Closes: https://bugs.gentoo.org/813420
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/sipp')
-rw-r--r-- | net-misc/sipp/sipp-3.6.0.ebuild | 5 | ||||
-rw-r--r-- | net-misc/sipp/sipp-3.6.1-r1.ebuild (renamed from net-misc/sipp/sipp-3.6.1.ebuild) | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-misc/sipp/sipp-3.6.0.ebuild b/net-misc/sipp/sipp-3.6.0.ebuild index 5ffd92882ca4..bc7ef82c8b22 100644 --- a/net-misc/sipp/sipp-3.6.0.ebuild +++ b/net-misc/sipp/sipp-3.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="A free Open Source test tool / traffic generator for the SIP protocol" HOMEPAGE="http://sipp.sourceforge.net/ https://github.com/SIPp/sipp/releases" -SRC_URI="https://github.com/SIPp/sipp/releases/download/v${PV}/${PF}.tar.gz" +SRC_URI="https://github.com/SIPp/sipp/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2 ISC" SLOT="0" @@ -42,6 +42,7 @@ src_configure() { src_install() { default + insinto /usr/share/${PN} use pcap && doins pcap/*.pcap dodoc CHANGES.md README.md diff --git a/net-misc/sipp/sipp-3.6.1.ebuild b/net-misc/sipp/sipp-3.6.1-r1.ebuild index bff0d1ab42ed..d46f12c26028 100644 --- a/net-misc/sipp/sipp-3.6.1.ebuild +++ b/net-misc/sipp/sipp-3.6.1-r1.ebuild @@ -7,7 +7,7 @@ inherit cmake DESCRIPTION="A free Open Source test tool / traffic generator for the SIP protocol" HOMEPAGE="http://sipp.sourceforge.net/ https://github.com/SIPp/sipp/releases" -SRC_URI="https://github.com/SIPp/sipp/releases/download/v${PV}/${PF}.tar.gz" +SRC_URI="https://github.com/SIPp/sipp/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2 ISC" SLOT="0" @@ -46,7 +46,8 @@ src_configure() { } src_install() { - default + cmake_src_install + insinto /usr/share/${PN} use pcap && doins pcap/*.pcap dodoc CHANGES.md README.md |