diff options
Diffstat (limited to 'system/nilfs-utils/nilfs-utils.SlackBuild')
-rw-r--r-- | system/nilfs-utils/nilfs-utils.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/system/nilfs-utils/nilfs-utils.SlackBuild b/system/nilfs-utils/nilfs-utils.SlackBuild index 0bc1ae4fbb58..0b839803f0c8 100644 --- a/system/nilfs-utils/nilfs-utils.SlackBuild +++ b/system/nilfs-utils/nilfs-utils.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for nilfs-utils -# Copyright 2010 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2010-2011 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=nilfs-utils -VERSION=2.0.20 +VERSION=2.0.21 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,10 +81,7 @@ make install-strip DESTDIR=$PKG mv $PKG/etc/nilfs_cleanerd.conf $PKG/etc/nilfs_cleanerd.conf.new -( 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 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README \ |