summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2017-10-25 22:40:50 +0100
committerJonathon Fernyhough2017-10-25 22:40:50 +0100
commitea46ffa885ee34d90c67871f802268097d7a1ec8 (patch)
tree533d0264645437aaa2c35a1c380577e0bed5b2da /PKGBUILD
parentaeb2abdffeff613f2b3411bbab1c48deca79219f (diff)
downloadaur-ea46ffa885ee34d90c67871f802268097d7a1ec8.tar.gz
Remove flag that didn't work to begin with
and shouldn't have been there...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a2c2ad354cc..eb7329d56dc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -75,7 +75,7 @@ EOT
build() {
rm -fr build && mkdir build && cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DVERSION="svn.$pkgver" "${srcdir}/xu4/u4"
+ cmake -DCMAKE_INSTALL_PREFIX=/usr "${srcdir}/xu4/u4"
make
}