mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/fio to 2.1.13-2
This commit is contained in:
parent
1f77746413
commit
75508b7d44
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=fio
|
||||
pkgver=2.1.13
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
|
||||
arch=(i686 x86_64)
|
||||
url='http://freshmeat.net/projects/fio'
|
||||
|
@ -26,6 +26,9 @@ prepare() {
|
|||
cd fio-$pkgver
|
||||
|
||||
sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i tools/plot/fio2gnuplot
|
||||
|
||||
# FS#42319
|
||||
sed -e 's|PROGS += $(T_PROGS)||' -i Makefile
|
||||
}
|
||||
|
||||
# TODO: enable rdma, need to move the libraries from AUR
|
||||
|
|
Loading…
Reference in a new issue