diff options
author | Anthoine Bourgeois <anthoine.bourgeois@gmail.com> | 2012-01-08 16:43:53 +0100 |
---|---|---|
committer | Anthoine Bourgeois <anthoine.bourgeois@gmail.com> | 2012-01-08 16:43:53 +0100 |
commit | 1cb439200d2c013db8ba3920f6c0b2c4a6bfc0f8 (patch) | |
tree | 9f59b200087fb925240c03ad69b0fcf1110dd05e /app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.6.1.ebuild | |
parent | +blender-2.61-r1.ebuild (diff) | |
download | aluco-1cb439200d2c013db8ba3920f6c0b2c4a6bfc0f8.tar.gz aluco-1cb439200d2c013db8ba3920f6c0b2c4a6bfc0f8.tar.bz2 aluco-1cb439200d2c013db8ba3920f6c0b2c4a6bfc0f8.zip |
Fix bug #388931: lspci command not found on first run.
Diffstat (limited to 'app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.6.1.ebuild')
-rw-r--r-- | app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.6.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.6.1.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.6.1.ebuild index 1eb1b74..8caea0f 100644 --- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.6.1.ebuild +++ b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.6.1.ebuild @@ -26,6 +26,7 @@ S="${WORKDIR}/${PN}" src_prepare() { sed -i -e "s,export PTS_DIR=\`pwd\`,export PTS_DIR=\"/usr/share/${PN}\"," \ phoronix-test-suite + epatch "${FILESDIR}"/${P}-lspci.patch } src_configure() { |