diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2017-03-06 07:17:58 +0100 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2017-03-07 15:47:05 -0500 |
commit | 9a5d3c2da7b4e97d755b71b8512957c19720fd07 (patch) | |
tree | 37aa8e4efa0352e22e6aea4d02fc3881ca0c9f27 /app-benchmarks | |
parent | app-benchmarks/sysbench: bump to 1.0.3, drop old (diff) | |
download | gentoo-9a5d3c2da7b4e97d755b71b8512957c19720fd07.tar.gz gentoo-9a5d3c2da7b4e97d755b71b8512957c19720fd07.tar.bz2 gentoo-9a5d3c2da7b4e97d755b71b8512957c19720fd07.zip |
app-benchmarks/sysbench: sync live ebuild
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/sysbench/sysbench-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-benchmarks/sysbench/sysbench-9999.ebuild b/app-benchmarks/sysbench/sysbench-9999.ebuild index fcbc3f71c6c9..73fca0ec52c8 100644 --- a/app-benchmarks/sysbench/sysbench-9999.ebuild +++ b/app-benchmarks/sysbench/sysbench-9999.ebuild @@ -30,10 +30,8 @@ DEPEND="${RDEPEND} src_prepare() { default - sed -i -e "/^htmldir =/s:=.*:=/usr/share/doc/${PF}/html:" doc/Makefile.am || die - # remove bundled libs - rm -r third_party/luajit/luajit third_party/concurrency_kit/ck || die + rm -r third_party/luajit/luajit third_party/concurrency_kit/ck third_party/cram|| die ./autogen.sh || die } |