summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2019-12-28 18:43:24 +0300
committerViktor Drobot2019-12-28 18:43:24 +0300
commit6e41e523ef1b8c9a8b0ad4ee2e49c751c261122c (patch)
treef84d3a7d045cc5f6fb7df58e9e45cc19c2d8050b
parent854eae6ee39686e0ed0c2d9a7366c039e9a8bf97 (diff)
downloadaur-6e41e523ef1b8c9a8b0ad4ee2e49c751c261122c.tar.gz
Fix installation path
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc048f07a26c..dbfc93f85caf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ build() {
mkdir build
cd build
- cmake ..
+ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
}