summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Krieg <git@jankrieg.anonaddy.com>2022-11-20 20:54:32 +0100
committerSam James <sam@gentoo.org>2022-11-23 01:42:50 +0000
commitc6adeab29bcfc4033bb5c2473a674019a398660f (patch)
tree416d4828c26a0c32fe794dc6c9c03a9b9e542e5b /sys-block
parentnet-misc/socat: fix 1.7.4.4 build on musl (diff)
downloadgentoo-c6adeab29bcfc4033bb5c2473a674019a398660f.tar.gz
gentoo-c6adeab29bcfc4033bb5c2473a674019a398660f.tar.bz2
gentoo-c6adeab29bcfc4033bb5c2473a674019a398660f.zip
sys-block/nbd: Fix emake command in src_prepare for live ebuild
Reflect upstream changes to autogen.sh at https://github.com/NetworkBlockDevice/nbd/blob/master/autogen.sh. Closes: https://bugs.gentoo.org/882293 Signed-off-by: Jan Krieg <git@jankrieg.anonaddy.com> Closes: https://github.com/gentoo/gentoo/pull/28354 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/nbd/nbd-3.24.ebuild3
-rw-r--r--sys-block/nbd/nbd-9999.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-block/nbd/nbd-3.24.ebuild b/sys-block/nbd/nbd-3.24.ebuild
index 22a7889b6c2b..915e8fdb744a 100644
--- a/sys-block/nbd/nbd-3.24.ebuild
+++ b/sys-block/nbd/nbd-3.24.ebuild
@@ -43,11 +43,12 @@ src_prepare() {
default
if [[ ${PV} = 9999 ]] ; then
- emake -C man -f Makefile.am \
+ emake -C man -f mans.mk \
nbd-server.1.sh.in \
nbd-server.5.sh.in \
nbd-client.8.sh.in \
nbd-trdump.1.sh.in \
+ nbd-trplay.1.sh.in \
nbdtab.5.sh.in
emake -C systemd -f Makefile.am nbd@.service.sh.in
diff --git a/sys-block/nbd/nbd-9999.ebuild b/sys-block/nbd/nbd-9999.ebuild
index 04319fda899d..72e1b43ee6b1 100644
--- a/sys-block/nbd/nbd-9999.ebuild
+++ b/sys-block/nbd/nbd-9999.ebuild
@@ -43,11 +43,12 @@ src_prepare() {
default
if [[ ${PV} = 9999 ]] ; then
- emake -C man -f Makefile.am \
+ emake -C man -f mans.mk \
nbd-server.1.sh.in \
nbd-server.5.sh.in \
nbd-client.8.sh.in \
nbd-trdump.1.sh.in \
+ nbd-trplay.1.sh.in \
nbdtab.5.sh.in
emake -C systemd -f Makefile.am nbd@.service.sh.in