diff options
author | Mikk Margus Möll <mikk.margus.moll@eesti.ee> | 2022-12-22 20:28:22 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-04 05:48:14 +0000 |
commit | 955b84bad9b4a6003e132afd18b557215534eb73 (patch) | |
tree | 7f9b3e10c15da012794d9f4a5be1d3318f9355be /net-analyzer | |
parent | media-gfx/enblend: fix docs build error (diff) | |
download | gentoo-955b84bad9b4a6003e132afd18b557215534eb73.tar.gz gentoo-955b84bad9b4a6003e132afd18b557215534eb73.tar.bz2 gentoo-955b84bad9b4a6003e132afd18b557215534eb73.zip |
net-analyzer/macchanger: fix building on USE="-split-usr" systems
Closes: https://bugs.gentoo.org/886121
Signed-off-by: Mikk Margus Möll <mikk.margus.moll@eesti.ee>
Closes: https://github.com/gentoo/gentoo/pull/28763
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/macchanger/macchanger-1.7.0_p5_p4-r1.ebuild (renamed from net-analyzer/macchanger/macchanger-1.7.0_p5_p4.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-analyzer/macchanger/macchanger-1.7.0_p5_p4.ebuild b/net-analyzer/macchanger/macchanger-1.7.0_p5_p4-r1.ebuild index ed18fd45624d..2bce7cea0e43 100644 --- a/net-analyzer/macchanger/macchanger-1.7.0_p5_p4.ebuild +++ b/net-analyzer/macchanger/macchanger-1.7.0_p5_p4-r1.ebuild @@ -29,7 +29,7 @@ S=${WORKDIR}/${P/_p*} src_configure() { # Shared data is installed below /lib, see Bug #57046 econf \ - --bindir="${EPREFIX}/sbin" \ + --bindir="${EPREFIX}/usr/bin" \ --datadir="${EPREFIX}/lib" } @@ -38,7 +38,5 @@ src_install() { newdoc "${WORKDIR}"/debian/changelog debian.changelog - dodir /usr/bin - dosym ../../sbin/macchanger /usr/bin/macchanger dosym ../../lib/macchanger /usr/share/macchanger } |