[arch-commits] Commit in clusterssh/trunk (PKGBUILD clusterssh.changelog)

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Oct 16 12:25:55 UTC 2014


    Date: Thursday, October 16, 2014 @ 14:25:55
  Author: jlichtblau
Revision: 120801

FS#40797 fix: clusterssh 4.02.04-4

Modified:
  clusterssh/trunk/PKGBUILD
  clusterssh/trunk/clusterssh.changelog

----------------------+
 PKGBUILD             |    8 +++++---
 clusterssh.changelog |    3 +++
 2 files changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-16 12:23:38 UTC (rev 120800)
+++ PKGBUILD	2014-10-16 12:25:55 UTC (rev 120801)
@@ -6,7 +6,7 @@
 pkgname=clusterssh
 _pkgver=4.02_04
 pkgver=${_pkgver/_/.}
-pkgrel=3
+pkgrel=4
 pkgdesc="Cluster SSH opens terminal windows with connections to specified hosts and an administration console"
 arch=('any')
 url="http://sourceforge.net/projects/clusterssh/"
@@ -20,11 +20,13 @@
 
 build() {
   cd App-ClusterSSH-$_pkgver
-  perl Makefile.PL
+
+  perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 package() {
   cd App-ClusterSSH-$_pkgver
-  make DESTDIR="$pkgdir" install
+
+  make DESTDIR="${pkgdir}" install
 }

Modified: clusterssh.changelog
===================================================================
--- clusterssh.changelog	2014-10-16 12:23:38 UTC (rev 120800)
+++ clusterssh.changelog	2014-10-16 12:25:55 UTC (rev 120801)
@@ -1,3 +1,6 @@
+2014-10-16 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* clusterssh 4.02_04-3 FS#40797 fixed
+
 2014-05-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
 	* clusterssh 4.02_04-3 FS#40551 fixed
 



More information about the arch-commits mailing list