summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbwrsandman2013-05-10 03:01:49 -0400
committerbwrsandman2013-05-10 03:01:49 -0400
commit6c2615e53e330607b9c37f6460c008befde04db5 (patch)
tree1931019e921cf00969fd3f495aae4b77c6669fc2
parentaa55c8fc2d255a24920e66c73bd451e6f95e6331 (diff)
parent26e80e84270b5a7e577b3fb8d9453cc7776b6970 (diff)
downloadaur-6c2615e53e330607b9c37f6460c008befde04db5.tar.gz
Merge branch 'master' of github.com:bwrsandman/pkgbuild
Conflicts: openmw-git/PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3771bb47609c..e03a25e47d51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ md5sums=('SKIP')
build() {
cd "$srcdir/$_gitname"
cmake -DCMAKE_INSTALL_PREFIX="$pkgdir" \
- -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+ -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
make ${MAKEFLAGS}
}