From 96ba5cf4408a57cd62122387ffbd2f53d078b578 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Fri, 21 Sep 2012 07:33:23 +0200 Subject: misc/owfs: Updated for version 2.8p18. Signed-off-by: Matteo Bernardini --- misc/owfs/owfs.SlackBuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'misc/owfs/owfs.SlackBuild') diff --git a/misc/owfs/owfs.SlackBuild b/misc/owfs/owfs.SlackBuild index 7ab877ea64..a11a046a67 100644 --- a/misc/owfs/owfs.SlackBuild +++ b/misc/owfs/owfs.SlackBuild @@ -5,7 +5,7 @@ # Written by MrJackson mrjackson@gmail.com PRGNAM=owfs -VERSION=${VERSION:-2.8p10} +VERSION=${VERSION:-2.8p18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,8 +71,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr 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 -rm -r $PKG/usr/share/man - # Remove perllocal.pod and other special files; remove empty directories find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true find $PKG -depth -type d -empty -delete || true -- cgit v1.2.3