mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sys-auth/keystone: fixing uwsgi script
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user