projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0f24d7
)
sys-power/iasl: Added missing acpibin variable to test function.
author
Lars Wendler
<polynomial-c@gentoo.org>
Sun, 21 Apr 2019 08:53:42 +0000
(10:53 +0200)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Sun, 21 Apr 2019 09:16:23 +0000
(11:16 +0200)
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
sys-power/iasl/iasl-20180810.ebuild
patch
|
blob
|
history
diff --git
a/sys-power/iasl/iasl-20180810.ebuild
b/sys-power/iasl/iasl-20180810.ebuild
index b96e7473a7a76b35b66c619326d7126f5b31d1fb..edd9ba4e0f01fe7dc9e97d5fca3f665ffe824596 100644
(file)
--- a/
sys-power/iasl/iasl-20180810.ebuild
+++ b/
sys-power/iasl/iasl-20180810.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
8
Gentoo Authors
+# Copyright 1999-201
9
Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@
-99,6
+99,7
@@
src_install() {
aslts_test() {
export ASL="${S}"/generate/unix/bin/iasl \
+ acpibin="${S}"/generate/unix/bin/acpibin \
acpiexec="${S}"/generate/unix/bin/acpiexec \
ASLTSDIR="${WORKDIR}/${MY_TESTS_P}"/tests/aslts
export PATH="${PATH}:${ASLTSDIR}/bin"