diff options
author | Sam James <sam@gentoo.org> | 2022-10-05 16:48:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-05 16:48:35 +0100 |
commit | 000ecf84a67fc8a38b223e471246f8f341a0954f (patch) | |
tree | 0b2d66a0e2660a35226cbeddeac636defa80ff38 /app-forensics | |
parent | app-editors/vim: add gentoo-syntax dep back to 9.0.9655 (diff) | |
download | gentoo-000ecf84a67fc8a38b223e471246f8f341a0954f.tar.gz gentoo-000ecf84a67fc8a38b223e471246f8f341a0954f.tar.bz2 gentoo-000ecf84a67fc8a38b223e471246f8f341a0954f.zip |
app-forensics/magicrescue: fix recipes path
Closes: https://bugs.gentoo.org/875383
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/magicrescue/magicrescue-1.1.10-r3.ebuild (renamed from app-forensics/magicrescue/magicrescue-1.1.10-r2.ebuild) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-forensics/magicrescue/magicrescue-1.1.10-r2.ebuild b/app-forensics/magicrescue/magicrescue-1.1.10-r3.ebuild index 57f9325b02a0..27ad9af55f89 100644 --- a/app-forensics/magicrescue/magicrescue-1.1.10-r2.ebuild +++ b/app-forensics/magicrescue/magicrescue-1.1.10-r3.ebuild @@ -29,7 +29,6 @@ src_prepare() { default sed -i -e "\ - s:\$(INSTALLDIR)/share/magicrescue/recipes:\$(INSTALLDIR)/share/doc/${PF}/recipes:;\ s:\$(INSTALLDIR)/man/man1:\$(INSTALLDIR)/share/man/man1:;\ s:\$(INSTALLDIR)/share/magicrescue/tools:\$(INSTALLDIR)/bin:" Makefile.in || die "could not mangle Makefile.in" } |