summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFalk Alexander Seidl2017-11-04 17:14:42 +0100
committerFalk Alexander Seidl2017-11-04 17:14:42 +0100
commit4adcd0c7d793afdaa32cc851e86057ce5a4cacf8 (patch)
treed196be0858ed446811eae23e8c1b5eb801a5f647 /PKGBUILD
parent75f58fd94deff7139219b785c07a40ec866dd2d4 (diff)
downloadaur-4adcd0c7d793afdaa32cc851e86057ce5a4cacf8.tar.gz
Fix cmake
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a35b13686ecd..30cce1f0caf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=transmission-csd
_gitname=transmission
_gitbranch="wip/gtk-3.14"
pkgver=r1000
-pkgrel=3
+pkgrel=4
pkgdesc="Fast, easy, and free BitTorrent client (GTK+ GUI), CSD port"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -30,7 +30,7 @@ build() {
git submodule update --init
mkdir build
cd build
- cmake ..
+ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make
}