summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Simmonds2019-10-29 21:52:35 +0000
committerNathan Simmonds2019-10-29 21:52:35 +0000
commit1b26fc91f3b4a307253edbbf44cac7252d777586 (patch)
tree881fba82fea5b082aed2ce82403dacd9eaf9a4ab
parentc9378245226ef1342568e52d7dae0e32aabd1d4e (diff)
downloadaur-1b26fc91f3b4a307253edbbf44cac7252d777586.tar.gz
fixed? v6
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7db9864aedd..ad54148c0c56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,5 +23,6 @@ build() {
}
package() {
- make install
+ cd "$pkgname-$pkgver"
+ cmake install
}