mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Revert "dev-libs/botan: fix EAPI=7 ED reference"
This reverts commit 21aa3c860a.
python_get_sitedir outputs a leading slash, so the extra slash added in
this commit is not needed.
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user