summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-10-24 07:18:34 +0200
committerhaawda2018-10-24 07:18:34 +0200
commit12dac608065a2d9cb1112ff66c07e6b3f27f6c20 (patch)
treebd78e107faa27d227cb2a38556dc0518a305f6e0
parent71f2c2931ab910806fda54bf74620654f4422ad1 (diff)
downloadaur-12dac608065a2d9cb1112ff66c07e6b3f27f6c20.tar.gz
fix path in package function
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df404e342cb8..903e99b2183d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,6 +28,6 @@ build() {
}
package() {
- cd $pkgname-$pkgver/build
+ cd $pkgname/build
make DESTDIR="$pkgdir" install
}