diff options
author | 2024-05-31 13:55:28 +0100 | |
---|---|---|
committer | 2024-06-07 11:25:02 +0100 | |
commit | 02885fe18f4f544f50d835da1f97c8f960d10017 (patch) | |
tree | 10205086534e83069a4b76bb0d7d00667c8c81a1 /net-analyzer/netperf | |
parent | net-analyzer/netperf: Bump to 2.7.0_p20210121 to avoid license issue (diff) | |
download | gentoo-02885fe18f4f544f50d835da1f97c8f960d10017.tar.gz gentoo-02885fe18f4f544f50d835da1f97c8f960d10017.tar.bz2 gentoo-02885fe18f4f544f50d835da1f97c8f960d10017.zip |
net-analyzer/netperf: Stop moving netserver to /usr/sbin
There seems little point now that we default to merged-usr.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'net-analyzer/netperf')
-rw-r--r-- | net-analyzer/netperf/netperf-2.7.0_p20210121.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net-analyzer/netperf/netperf-2.7.0_p20210121.ebuild b/net-analyzer/netperf/netperf-2.7.0_p20210121.ebuild index cc84bc361fc4..26f455ffdac0 100644 --- a/net-analyzer/netperf/netperf-2.7.0_p20210121.ebuild +++ b/net-analyzer/netperf/netperf-2.7.0_p20210121.ebuild @@ -62,11 +62,6 @@ src_configure() { src_install() { default - # Move netserver into sbin as we had it before 2.4 was released with its - # autoconf goodness - dodir /usr/sbin - mv "${ED}"/usr/{bin,sbin}/netserver || die - # init.d / conf.d newinitd "${FILESDIR}"/${PN}-2.7.0-init netperf newconfd "${FILESDIR}"/${PN}-2.2-conf netperf |