summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeromerose2015-08-14 13:24:34 +0300
committerc6parmak2015-08-14 13:24:34 +0300
commit4db6aadd81bff33f985537a35261ad82b37250a0 (patch)
tree1581c464d9c665e8f92b568ffa316120fcf257de
parentc90bbdac585105d7a93e888556aafdf1bb0dfdde (diff)
downloadaur-4db6aadd81bff33f985537a35261ad82b37250a0.tar.gz
Move the installation path out of /usr/local
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05b1113c5997..6e877435989b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ build() {
cd $pkgname
mkdir build
cd build
- cmake ..
+ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
}