commit:     6034f0ad8b1c76bb7b125626440e37bf6e2861b3
Author:     Martin Mokrejš <mmokrejs <AT> gmail <DOT> com>
AuthorDate: Tue Jan 10 14:21:55 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 23 06:03:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6034f0ad

app-admin/webapp-config: respect EPREFIX during src_install

Closes: https://github.com/gentoo/gentoo/pull/3415

 app-admin/webapp-config/webapp-config-1.52-r1.ebuild | 4 ++--
 app-admin/webapp-config/webapp-config-1.53-r2.ebuild | 4 ++--
 app-admin/webapp-config/webapp-config-1.54-r1.ebuild | 2 +-
 app-admin/webapp-config/webapp-config-1.54-r2.ebuild | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-admin/webapp-config/webapp-config-1.52-r1.ebuild 
b/app-admin/webapp-config/webapp-config-1.52-r1.ebuild
index 2cca142219d..e8c416dd5e3 100644
--- a/app-admin/webapp-config/webapp-config-1.52-r1.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.52-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -35,7 +35,7 @@ python_install() {
        # distutils does not provide for specifying two different script install
        # locations. Since we only install one script here the following should
        # be ok
-       distutils-r1_python_install --install-scripts="/usr/sbin"
+       distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
 }
 
 python_install_all() {

diff --git a/app-admin/webapp-config/webapp-config-1.53-r2.ebuild 
b/app-admin/webapp-config/webapp-config-1.53-r2.ebuild
index 795e702cd8f..e7084845cb4 100644
--- a/app-admin/webapp-config/webapp-config-1.53-r2.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.53-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -38,7 +38,7 @@ python_install() {
        # distutils does not provide for specifying two different script install
        # locations. Since we only install one script here the following should
        # be ok
-       distutils-r1_python_install --install-scripts="/usr/sbin"
+       distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
 }
 
 python_install_all() {

diff --git a/app-admin/webapp-config/webapp-config-1.54-r1.ebuild 
b/app-admin/webapp-config/webapp-config-1.54-r1.ebuild
index f33bfb49fc5..2141c27bac3 100644
--- a/app-admin/webapp-config/webapp-config-1.54-r1.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.54-r1.ebuild
@@ -34,7 +34,7 @@ python_install() {
        # distutils does not provide for specifying two different script install
        # locations. Since we only install one script here the following should
        # be ok
-       distutils-r1_python_install --install-scripts="/usr/sbin"
+       distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
 }
 
 python_install_all() {

diff --git a/app-admin/webapp-config/webapp-config-1.54-r2.ebuild 
b/app-admin/webapp-config/webapp-config-1.54-r2.ebuild
index 9936cfe55d7..d364cbb4511 100644
--- a/app-admin/webapp-config/webapp-config-1.54-r2.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.54-r2.ebuild
@@ -35,7 +35,7 @@ python_install() {
        # distutils does not provide for specifying two different script install
        # locations. Since we only install one script here the following should
        # be ok
-       distutils-r1_python_install --install-scripts="/usr/sbin"
+       distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
 }
 
 python_install_all() {

Reply via email to