git » java-common.git » commit 204b0e4

Fix profile jre.csh using wrong syntax

author Guillaume Alaux
2014-08-20 08:15:35 UTC
committer Guillaume Alaux
2014-08-20 08:15:35 UTC
parent e59f8efe35e409b2df76a6d585b11280f6443b03

Fix profile jre.csh using wrong syntax

PKGBUILD +2 -2
profile_jre.csh +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 86cd138..a79fa21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX <guillaume@archlinux.org>
 pkgname=java-common
 pkgver=1
-pkgrel=4
+pkgrel=5
 pkgdesc='Common files for Java Environments'
 arch=('any')
 url='www.archlinux.org'
@@ -19,7 +19,7 @@ source=(profile_jre.csh
         bin_java-common-wrapper
         https://shunit2.googlecode.com/files/shunit2-2.1.6.tgz)
 
-sha256sums=('06465b5c0507cb6c500c4f9cbd93e2fadaafe37b9e814b9687e1ee94fec0de73'
+sha256sums=('073ebe73e05346c03c29d02c73cca38f6a4fccc9f3ab2026760f1cd29791fabb'
             '458eced6d2846805fbc18ca2ba717bf5f0556cc93a442b485c81fe12a4f6e5b6'
             'a44e4842b7c659f4f6628745090d2dde3874e225317043493d5996353c7b8b74'
             '0dd93c9779c617af061b25f5e3d23cacb741d8d757f533312c3af976661e8cbc'
diff --git a/profile_jre.csh b/profile_jre.csh
index 05fa4ad..6a2b222 100644
--- a/profile_jre.csh
+++ b/profile_jre.csh
@@ -3,4 +3,4 @@
 setenv JAVA_HOME "/usr/lib/jvm/java-default-runtime"
 
 # Enable this for non-reparenting window managers
-#export _JAVA_AWT_WM_NONREPARENTING=1
+#setenv _JAVA_AWT_WM_NONREPARENTING 1