summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2018-06-07 00:21:25 +0200
committerFabioLolix2018-06-07 00:21:25 +0200
commit621f438f1f860c75a339f825eeb08dcdc7f4030e (patch)
tree837c674c66c8a6901408e89bdca1e19aa15d981a /PKGBUILD
parent655873428227e4a5122001c8e0bd376e69c95254 (diff)
downloadaur-621f438f1f860c75a339f825eeb08dcdc7f4030e.tar.gz
fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08898deb195a..792b289ab498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=phoronix-test-suite
pkgver=8.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="The most comprehensive testing and benchmarking platform available for Linux"
arch=('any')
license=('GPL3')
@@ -30,6 +30,6 @@ package() {
rm -r "${pkgdir}"/usr/share/phoronix-test-suite/deploy
- sed -i "s#--noconfirm#--noconfirm --asdeps#" pts-core/external-test-dependencies/scripts/install-arch-packages.sh
+ sed -i "s#--noconfirm#--noconfirm --asdeps#" ${pkgdir}/usr/share/phoronix-test-suite/pts-core/external-test-dependencies/scripts/install-arch-packages.sh
sed -e "s/^export PTS_DIR=.*/export PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i ${pkgdir}/usr/bin/phoronix-test-suite
}