diff options
author | 2016-03-25 13:35:59 -0500 | |
---|---|---|
committer | 2016-03-25 13:36:20 -0500 | |
commit | eec585373ecd0a73dce3739ae662ddaf3360b9bf (patch) | |
tree | dcace99805c360dfb798580e644d2dce9b1bcf99 | |
parent | profiles: Add some comments to license_groups. (diff) | |
download | gentoo-eec585373ecd0a73dce3739ae662ddaf3360b9bf.tar.gz gentoo-eec585373ecd0a73dce3739ae662ddaf3360b9bf.tar.bz2 gentoo-eec585373ecd0a73dce3739ae662ddaf3360b9bf.zip |
sys-auth/keystone: fixing uwsgi script
Package-Manager: portage-2.2.26
-rw-r--r-- | sys-auth/keystone/keystone-2016.1.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/keystone/keystone-2016.1.9999.ebuild b/sys-auth/keystone/keystone-2016.1.9999.ebuild index 2959f4f40ea3..f50addbfa406 100644 --- a/sys-auth/keystone/keystone-2016.1.9999.ebuild +++ b/sys-auth/keystone/keystone-2016.1.9999.ebuild @@ -108,6 +108,8 @@ python_prepare_all() { sed -i '/^hacking/d' test-requirements.txt || die mkdir -p ${PN}/tests/tmp/ || die cp etc/keystone-paste.ini ${PN}/tests/tmp/ || die + sed -i 's|/usr/local|/usr|g' httpd/keystone-uwsgi-* || die + sed -i 's|python|python27|g' httpd/keystone-uwsgi-* || die distutils-r1_python_prepare_all } @@ -123,8 +125,6 @@ python_test() { python_install() { distutils-r1_python_install - newconfd "${FILESDIR}/keystone.confd" keystone - newinitd "${FILESDIR}/keystone.initd" keystone diropts -m 0750 keepdir /etc/keystone /var/log/keystone |