commit: c6adeab29bcfc4033bb5c2473a674019a398660f Author: Jan Krieg <git <AT> jankrieg <DOT> anonaddy <DOT> com> AuthorDate: Sun Nov 20 19:54:32 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 23 01:42:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6adeab2
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 <AT> jankrieg.anonaddy.com> Closes: https://github.com/gentoo/gentoo/pull/28354 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-block/nbd/nbd-3.24.ebuild | 3 ++- sys-block/nbd/nbd-9999.ebuild | 3 ++- 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 [email protected] 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 [email protected]
