[arch-commits] Commit in fio/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Fri Oct 10 15:13:45 UTC 2014
Date: Friday, October 10, 2014 @ 17:13:45
Author: anatolik
Revision: 120484
upgpkg: fio 2.1.13-2
Do not ship testing binaries in the package. Fixes FS#42319
Modified:
fio/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-10 15:08:46 UTC (rev 120483)
+++ PKGBUILD 2014-10-10 15:13:45 UTC (rev 120484)
@@ -5,7 +5,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'
@@ -23,6 +23,9 @@
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
More information about the arch-commits
mailing list