summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-08 17:21:48 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-08 17:21:48 +0100
commitc37c7f34aa434d2bceb96364b58d137cda147ae6 (patch)
treeceeb97a4cfaba4f8c2f171f125e49092849aa4da /dev-python/notebook
parentdev-libs/libpqxx: [QA] Fix UnnecessarySlashStrip (diff)
downloadgentoo-c37c7f34aa434d2bceb96364b58d137cda147ae6.tar.gz
gentoo-c37c7f34aa434d2bceb96364b58d137cda147ae6.tar.bz2
gentoo-c37c7f34aa434d2bceb96364b58d137cda147ae6.zip
dev-python/notebook: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/notebook')
-rw-r--r--dev-python/notebook/notebook-5.7.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/notebook/notebook-5.7.8.ebuild b/dev-python/notebook/notebook-5.7.8.ebuild
index ce1b0e299a3b..ed340b66e0a0 100644
--- a/dev-python/notebook/notebook-5.7.8.ebuild
+++ b/dev-python/notebook/notebook-5.7.8.ebuild
@@ -112,5 +112,5 @@ python_install() {
pkg_preinst() {
# remove old mathjax folder if present
- rm -rf "${EROOT%/}"/usr/lib*/python*/site-packages/notebook/static/components/MathJax || die
+ rm -rf "${EROOT}"/usr/lib*/python*/site-packages/notebook/static/components/MathJax || die
}