diff options
author | Alice Ferrazzi <alicef@gentoo.org> | 2017-09-04 03:06:33 +0900 |
---|---|---|
committer | Alice Ferrazzi <alicef@gentoo.org> | 2017-09-04 03:06:33 +0900 |
commit | 06b2096262a9506bf18ee0fb52b609cf3febc4cc (patch) | |
tree | bd607920ed333c6cddf3df5a5259cce75a304472 /sys-devel/elivepatch-server/elivepatch-server-0.0.1.ebuild | |
parent | Added not finished ebuild (diff) | |
download | elivepatch-06b2096262a9506bf18ee0fb52b609cf3febc4cc.tar.gz elivepatch-06b2096262a9506bf18ee0fb52b609cf3febc4cc.tar.bz2 elivepatch-06b2096262a9506bf18ee0fb52b609cf3febc4cc.zip |
working elivepatch-server ebuild
Diffstat (limited to 'sys-devel/elivepatch-server/elivepatch-server-0.0.1.ebuild')
-rw-r--r-- | sys-devel/elivepatch-server/elivepatch-server-0.0.1.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys-devel/elivepatch-server/elivepatch-server-0.0.1.ebuild b/sys-devel/elivepatch-server/elivepatch-server-0.0.1.ebuild index 47350c4..adb52a2 100644 --- a/sys-devel/elivepatch-server/elivepatch-server-0.0.1.ebuild +++ b/sys-devel/elivepatch-server/elivepatch-server-0.0.1.ebuild @@ -28,14 +28,7 @@ python_prepare_all() { python_install() { # Install sbin scripts to bindir for python-exec linking # they will be relocated in pkg_preinst() - distutils-r1_python_install \ - --system-prefix="${EPREFIX}/usr" \ - --bindir="$(python_get_scriptdir)" \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ - --sbindir="$(python_get_scriptdir)" \ - --sysconfdir="${EPREFIX}/etc" \ - "${@}" + distutils-r1_python_install } |