aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 17:06:30 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 17:06:30 +0100
commit2adba1521d83d88cfa8b309fce7e8be5559b7d6c (patch)
tree891074bedff87ec550ceec2bfa2169d66bc3966d /dev-util
parentdev-python/xgboost: fix metadata indentation (diff)
downloadsci-2adba1521d83d88cfa8b309fce7e8be5559b7d6c.tar.gz
sci-2adba1521d83d88cfa8b309fce7e8be5559b7d6c.tar.bz2
sci-2adba1521d83d88cfa8b309fce7e8be5559b7d6c.zip
dev-util/f90cache: remove unnecessary slash strip
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/f90cache/f90cache-0.99c.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/f90cache/f90cache-0.99c.ebuild b/dev-util/f90cache/f90cache-0.99c.ebuild
index 196930087..bb2a72471 100644
--- a/dev-util/f90cache/f90cache-0.99c.ebuild
+++ b/dev-util/f90cache/f90cache-0.99c.ebuild
@@ -29,7 +29,7 @@ src_install() {
}
pkg_postinst() {
- elog "Please add F90CACHE_DIR=\"${ROOT%/}/var/tmp/f90cache\""
+ elog "Please add F90CACHE_DIR=\"${ROOT}/var/tmp/f90cache\""
elog "to your make.conf otherwise f90cache files end up in"
elog "home of the user executing portage"
}