[arch-commits] Commit in java7-openjdk/trunk (PKGBUILD)
Guillaume Alaux
guillaume at nymeria.archlinux.org
Sun May 11 19:13:23 UTC 2014
Date: Sunday, May 11, 2014 @ 21:13:22
Author: guillaume
Revision: 212288
Fix indentation, tabulations and spaces
Modified:
java7-openjdk/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-05-11 19:10:51 UTC (rev 212287)
+++ PKGBUILD 2014-05-11 19:13:22 UTC (rev 212288)
@@ -85,7 +85,7 @@
build() {
cd "${srcdir}/icedtea-${_icedtea_ver}"
-
+
export ALT_PARALLEL_COMPILE_JOBS="${MAKEFLAGS/-j}"
export HOTSPOT_BUILD_JOBS="${ALT_PARALLEL_COMPILE_JOBS}"
@@ -97,12 +97,12 @@
if [ "$_bootstrap" = "1" ]; then
BOOTSTRAPOPT="--enable-bootstrap --with-ecj-jar=/usr/share/java/ecj.jar"
- else
+ else
BOOTSTRAPOPT="--disable-bootstrap"
fi
./configure \
- $BOOTSTRAPOPT \
+ ${BOOTSTRAPOPT} \
--with-parallel-jobs="${MAKEFLAGS/-j}" \
--disable-tests \
--disable-downloading --disable-Werror \
@@ -266,7 +266,7 @@
install -m644 ../../../openjdk/jdk/src/solaris/classes/sun/awt/X11/java-icon${s}.png \
"${pkgdir}/usr/share/icons/hicolor/${s}x${s}/apps/java.png"
done
-
+
# Install desktop files.
install -d -m755 "${pkgdir}/usr/share/applications"
install -m644 "${srcdir}/icedtea-${_icedtea_ver}/policytool.desktop" "${pkgdir}/usr/share/applications"
More information about the arch-commits
mailing list