summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/botan')
-rw-r--r--dev-libs/botan/botan-1.10.17-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/botan/botan-1.10.17-r1.ebuild b/dev-libs/botan/botan-1.10.17-r1.ebuild
index 219bd8f7d65f..755972c0fc64 100644
--- a/dev-libs/botan/botan-1.10.17-r1.ebuild
+++ b/dev-libs/botan/botan-1.10.17-r1.ebuild
@@ -145,7 +145,7 @@ src_install() {
rm -fr build/python
ln -s "${BUILD_DIR}" build/python
emake -f Makefile.python \
- PYTHON_SITE_PACKAGE_DIR="${ED}/$(python_get_sitedir)" \
+ PYTHON_SITE_PACKAGE_DIR="${ED}$(python_get_sitedir)" \
install
}
python_foreach_impl installation