summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlberto Vázquez2018-07-18 00:49:16 -0400
committerAlberto Vázquez2018-07-18 00:49:16 -0400
commitefae57cd08386317e504628f2d2bbc5ae0fb5d33 (patch)
tree63315c95fb8f2e6a46f5ebff4a244ef5b99da084
parent778ea9b5acfe4bce3e47864c4a28e1ce1ca8be42 (diff)
downloadaur-rpcalc.tar.gz
Workaround to PrefixDest value. Options cannot be passed at the same time to install.py
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a182e5a2d3c..ae51953d6a63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,5 +12,6 @@ md5sums=('c26f183f1ade58f504282b676f2ecbc7')
package() {
cd "$srcdir/rpCalc"
+ sed -i -e 's/\/usr\/local/\/usr/' install.py
python install.py -b "$pkgdir"
}