diff options
author | Sam James <sam@gentoo.org> | 2021-04-04 05:48:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 06:08:44 +0000 |
commit | 32ffa10f0ecb97c59eae7928be27fd2ac9d6f5d4 (patch) | |
tree | 4f28f6dc4d3ff6f32a413fca92348abb107a7333 /net-analyzer/nagios-plugin-check_raid | |
parent | net-libs/daq: ignore non-existence of static libs (diff) | |
download | gentoo-32ffa10f0ecb97c59eae7928be27fd2ac9d6f5d4.tar.gz gentoo-32ffa10f0ecb97c59eae7928be27fd2ac9d6f5d4.tar.bz2 gentoo-32ffa10f0ecb97c59eae7928be27fd2ac9d6f5d4.zip |
net-analyzer/nagios-plugin-check_raid: drop obsolete mv
Closes: https://bugs.gentoo.org/779943
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/nagios-plugin-check_raid')
-rw-r--r-- | net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10-r1.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10-r1.ebuild b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10-r1.ebuild index a7b1bfc31c27..eaf055e9fadc 100644 --- a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10-r1.ebuild +++ b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10-r1.ebuild @@ -37,7 +37,7 @@ S="${WORKDIR}/${MY_P}" src_prepare() { # Upstream has a custom Makefile that is meant to build bundles. - mv -f Makefile Makefile.upstream || die + #mv -f Makefile Makefile.upstream || die sed -i '/CPANfile/d' Makefile.PL || die default } diff --git a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8-r1.ebuild b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8-r1.ebuild index a7b1bfc31c27..eaf055e9fadc 100644 --- a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8-r1.ebuild +++ b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8-r1.ebuild @@ -37,7 +37,7 @@ S="${WORKDIR}/${MY_P}" src_prepare() { # Upstream has a custom Makefile that is meant to build bundles. - mv -f Makefile Makefile.upstream || die + #mv -f Makefile Makefile.upstream || die sed -i '/CPANfile/d' Makefile.PL || die default } |