diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-02-06 10:10:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-02-06 10:57:35 +0100 |
commit | 163c00b1660c5311733da7e8d18c0d2ed0de0e7b (patch) | |
tree | bdbc5b453ac95e7f6e4b559c35e915d0d7754d37 | |
parent | dev-lang/python-exec: Install and migrate configuration file (diff) | |
download | gentoo-163c00b1660c5311733da7e8d18c0d2ed0de0e7b.tar.gz gentoo-163c00b1660c5311733da7e8d18c0d2ed0de0e7b.tar.bz2 gentoo-163c00b1660c5311733da7e8d18c0d2ed0de0e7b.zip |
app-eselect/eselect-python: Remove keepdir for unused directory
-rw-r--r-- | app-eselect/eselect-python/eselect-python-99999999.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app-eselect/eselect-python/eselect-python-99999999.ebuild b/app-eselect/eselect-python/eselect-python-99999999.ebuild index 53ed376fb1ca..f9b8c65f2602 100644 --- a/app-eselect/eselect-python/eselect-python-99999999.ebuild +++ b/app-eselect/eselect-python/eselect-python-99999999.ebuild @@ -26,11 +26,6 @@ src_prepare() { [[ ${PV} == "99999999" ]] && eautoreconf } -src_install() { - keepdir /etc/env.d/python - emake DESTDIR="${D}" install -} - pkg_postinst() { local py |