diff options
Diffstat (limited to 'misc/owfs/owfs.SlackBuild')
-rw-r--r-- | misc/owfs/owfs.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/owfs/owfs.SlackBuild b/misc/owfs/owfs.SlackBuild index 7ab877ea64785..a11a046a67c1c 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 |