summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-08 17:52:11 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-08 17:52:11 +0100
commit9566c9c8bad5b9ccf8582d61c0b747e4c8c7c16f (patch)
treeee7afc4ed8ca9e0c2845ada08963701c96757b0a /sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
parentsci-geosciences/grass: [QA] Fix UnnecessarySlashStrip (diff)
downloadgentoo-9566c9c8bad5b9ccf8582d61c0b747e4c8c7c16f.tar.gz
gentoo-9566c9c8bad5b9ccf8582d61c0b747e4c8c7c16f.tar.bz2
gentoo-9566c9c8bad5b9ccf8582d61c0b747e4c8c7c16f.zip
sci-libs/pastix: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/pastix/pastix-5.2.2.22-r1.ebuild')
-rw-r--r--sci-libs/pastix/pastix-5.2.2.22-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild b/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
index 2b4809a5bdea..812c67fafe80 100644
--- a/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
+++ b/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
@@ -56,7 +56,7 @@ src_prepare() {
-e "s:^\(CCFOPT\s*=\).*:\1 ${FFLAGS}:" \
-e "s:^\(CCFDEB\s*=\).*:\1 ${FFLAGS}:" \
-e 's:^\(EXTRALIB\s*=\).*:\1 -lm -lrt:' \
- -e "s:^#\s*\(ROOT\s*=\).*:\1 \$(DESTDIR)${EPREFIX%/}/usr:" \
+ -e "s:^#\s*\(ROOT\s*=\).*:\1 \$(DESTDIR)${EPREFIX}/usr:" \
-e 's:^#\s*\(INCLUDEDIR\s*=\).*:\1 $(ROOT)/include:' \
-e 's:^#\s*\(BINDIR\s*=\).*:\1 $(ROOT)/bin:' \
-e "s:^#\s*\(LIBDIR\s*=\).*:\1 \$(ROOT)/$(get_libdir):" \