[arch-commits] Commit in netbeans/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Wed Sep 10 10:14:59 UTC 2014


    Date: Wednesday, September 10, 2014 @ 12:14:59
  Author: arodseth
Revision: 118760

/usr/lib/jvm/default fix, #FS41603

Modified:
  netbeans/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-10 09:37:35 UTC (rev 118759)
+++ PKGBUILD	2014-09-10 10:14:59 UTC (rev 118760)
@@ -6,7 +6,7 @@
 pkgname=netbeans
 pkgver=8.0
 _subpkgver=201403101706
-pkgrel=2
+pkgrel=3
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
 url='http://netbeans.org/'
@@ -27,6 +27,7 @@
 prepare() {
   gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc"
   setconf "$pkgname/bin/$pkgname" basedir "/usr/share/$pkgname"
+  setconf -a "$pkgname/etc/$pkgname.conf" netbeans_jdkhome '"/usr/lib/jvm/default"'
 }
 
 package() {




More information about the arch-commits mailing list