From 3dcc23471f4f92ab19aa4bc537adfd932c0aa3c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Sun, 15 Aug 2010 19:01:15 -0400 Subject: desktop/bashrun: Updated for version 0.16. Signed-off-by: dsomero --- desktop/bashrun/bashrun.SlackBuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'desktop/bashrun/bashrun.SlackBuild') diff --git a/desktop/bashrun/bashrun.SlackBuild b/desktop/bashrun/bashrun.SlackBuild index c9e84e2f9e..8c9801bb87 100644 --- a/desktop/bashrun/bashrun.SlackBuild +++ b/desktop/bashrun/bashrun.SlackBuild @@ -2,11 +2,11 @@ # Slackware build script for bashrun -# Written by Mikko Varri (vmj@linuxbox.fi) +# Written by Mikko Värri (vmj@linuxbox.fi) # Public domain. PRGNAM=bashrun -VERSION=${VERSION:-0.15} +VERSION=${VERSION:-0.16} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -34,10 +34,8 @@ find . \ bash ./install.sh --prefix=$PKG/usr mv $PKG/usr/share/man $PKG/usr/man -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a CHANGELOG COPYING INSTALL $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3