diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 17:52:11 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 17:52:11 +0100 |
commit | 9566c9c8bad5b9ccf8582d61c0b747e4c8c7c16f (patch) | |
tree | ee7afc4ed8ca9e0c2845ada08963701c96757b0a /sci-libs/pastix | |
parent | sci-geosciences/grass: [QA] Fix UnnecessarySlashStrip (diff) | |
download | gentoo-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')
-rw-r--r-- | sci-libs/pastix/pastix-5.2.2.22-r1.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/pastix/pastix-5.2.3.ebuild | 2 |
2 files changed, 2 insertions, 2 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):" \ diff --git a/sci-libs/pastix/pastix-5.2.3.ebuild b/sci-libs/pastix/pastix-5.2.3.ebuild index de4649c9db4a..430541e32cd7 100644 --- a/sci-libs/pastix/pastix-5.2.3.ebuild +++ b/sci-libs/pastix/pastix-5.2.3.ebuild @@ -45,7 +45,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):" \ |