summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2015-12-04 14:37:14 +0100
committerHyacinthe Cartiaux2015-12-04 14:37:14 +0100
commitec7c27d5cc80831714da076ffe04b14189f8b7d8 (patch)
tree80459e59bc1fde27c21da608e47e9f0e947f113c
parent907813960a5afd74e4d56ed646d9bcfc8711385d (diff)
downloadaur-ec7c27d5cc80831714da076ffe04b14189f8b7d8.tar.gz
Cosmetic change: retab
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c922c5171024..3f490784132a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ source=(${pkgname}-${pkgver}.tar.gz::http://sourceforge.net/projects/${pkgname}/
build() {
mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
- export JAVA_HOME=/usr/lib/jvm/default/
+ export JAVA_HOME=/usr/lib/jvm/default/
cd "${srcdir}"/${pkgname}-${pkgver}/build
ln -sf ../CMakeLists.txt
cmake -G "Unix Makefiles" \