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

Santiago Torres-Arias sangy at archlinux.org
Wed Oct 17 23:17:47 UTC 2018


    Date: Wednesday, October 17, 2018 @ 23:17:47
  Author: sangy
Revision: 395774

upgpkg: netbeans 9.0-2

fix: import settings from 8.2 ENOENT

Modified:
  netbeans/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-17 22:42:23 UTC (rev 395773)
+++ PKGBUILD	2018-10-17 23:17:47 UTC (rev 395774)
@@ -1,4 +1,4 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: 
 # Contributor: Timm Preetz <timm at preetz.us>
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 # Contributor: Ben Wolsieffer <benwolsieffer at gmail.com>
@@ -5,7 +5,7 @@
 
 pkgname=netbeans
 pkgver=9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
 url='http://netbeans.apache.org/'
@@ -46,7 +46,7 @@
   cp -r "nbbuild/${pkgname}/"{java,harness,javafx,profiler,nb,ide,extide,apisupport,websvccommon,platform} "$pkgdir/usr/lib/${pkgname}"
 
   # copy cluster configuration
-  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans."* -t "${pkgdir}/usr/etc/"
+  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans."* -t "${pkgdir}/usr/lib/${pkgname}/etc/"
   install -Dm644 "netbeans.clusters" -t "${pkgdir}/usr/etc/"
 
   # Desktop shortcut and icon



More information about the arch-commits mailing list