Package-Manager: portage-2.2.28_p64
---
x11-apps/intel-gpu-tools/intel-gpu-tools-1.10.ebuild | 16 ++++++++--------
x11-apps/intel-gpu-tools/intel-gpu-tools-1.11-r1.ebuild | 16 ++++++++--------
x11-apps/intel-gpu-tools/intel-gpu-tools-1.12.ebuild | 16 ++++++++--------
3 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.10.ebuild
b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.10.ebuild
index e0296a1..6092121 100644
--- a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.10.ebuild
+++ b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.10.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
# $Id$
@@ -40,13 +40,13 @@ src_install() {
xorg-2_src_install
if use test-programs; then
local testprogram
- pushd "${AUTOTOOLS_BUILD_DIR}"/tests || die
- for testprogram in $(<multi-tests.txt)
$(<single-tests.txt); do
- if [[ -f ${testprogram} ]]; then
- dobin "${testprogram}"
- fi
- done
- popd
+ pushd tests >/dev/null || die
+ for testprogram in $(<multi-tests.txt) $(<single-tests.txt); do
+ if [[ -f ${testprogram} ]]; then
+ dobin "${testprogram}"
+ fi
+ done
+ popd >/dev/null || die
fi
}
diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.11-r1.ebuild
b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.11-r1.ebuild
index 8251c6f..6b331c4 100644
--- a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.11-r1.ebuild
+++ b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.11-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
# $Id$
@@ -40,13 +40,13 @@ src_install() {
xorg-2_src_install
if use test-programs; then
local testprogram
- pushd "${AUTOTOOLS_BUILD_DIR}"/tests || die
- for testprogram in $(<multi-tests.txt)
$(<single-tests.txt); do
- if [[ -f ${testprogram} ]]; then
- dobin "${testprogram}"
- fi
- done
- popd
+ pushd tests >/dev/null || die
+ for testprogram in $(<multi-tests.txt) $(<single-tests.txt); do
+ if [[ -f ${testprogram} ]]; then
+ dobin "${testprogram}"
+ fi
+ done
+ popd >/dev/null || die
fi
}
diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.12.ebuild
b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.12.ebuild
index 6ce5c35..69b9b8e 100644
--- a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.12.ebuild
+++ b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.12.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
# $Id$
@@ -40,13 +40,13 @@ src_install() {
xorg-2_src_install
if use test-programs; then
local testprogram
- pushd "${AUTOTOOLS_BUILD_DIR}"/tests || die
- for testprogram in $(<multi-tests.txt)
$(<single-tests.txt); do
- if [[ -f ${testprogram} ]]; then
- dobin "${testprogram}"
- fi
- done
- popd
+ pushd tests >/dev/null || die
+ for testprogram in $(<multi-tests.txt) $(<single-tests.txt); do
+ if [[ -f ${testprogram} ]]; then
+ dobin "${testprogram}"
+ fi
+ done
+ popd >/dev/null || die
fi
}
--
2.8.1