From c9ea24b6e39efed1915644bbee57fe01ab592740 Mon Sep 17 00:00:00 2001 From: LEVAI Daniel Date: Tue, 23 Apr 2013 20:47:50 -0400 Subject: network/ClusterSSH: Fix perl path. Signed-off-by: dsomero --- network/ClusterSSH/ClusterSSH.SlackBuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'network/ClusterSSH') diff --git a/network/ClusterSSH/ClusterSSH.SlackBuild b/network/ClusterSSH/ClusterSSH.SlackBuild index 245cd886b393..056e4872a62c 100644 --- a/network/ClusterSSH/ClusterSSH.SlackBuild +++ b/network/ClusterSSH/ClusterSSH.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=ClusterSSH VERSION=${VERSION:-4.01_05} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} SRCNAM="App-${PRGNAM}" @@ -87,6 +87,10 @@ perl Build.PL \ --install_path bindoc=/usr/man/man1 \ --install_path libdoc=/usr/man/man3 +# Avoid being Perl version dependent +sed -i -r -e "s,^(#!/usr/bin/perl).*$,\1," $PKG/usr/bin/* +chmod 755 $PKG/usr/bin/* + find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -- cgit v1.2.3