summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjorn Pagen2017-09-10 00:59:15 -0400
committerBjorn Pagen2017-09-10 00:59:15 -0400
commit625e7f49574fe32dd82112423e3f49974958000a (patch)
tree710c394b5095622e5cc72f8cf4c23676a226f64e
parent2c97c2a727126c740543aa3f13a7b13d95f44fbb (diff)
downloadaur-625e7f49574fe32dd82112423e3f49974958000a.tar.gz
aapo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45473ca539a1..533469be45a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,6 @@ pkgver() {
}
package() {
- cd "$srcdir"
+ cd "$srcdir/$pkgname"
python2 setup.py install --prefix=/usr --root=$pkgdir
}