mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/nilfs-utils: Updated for version 2.0.21
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
d07b164288
commit
20ba752d7f
2 changed files with 6 additions and 9 deletions
|
@ -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 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nilfs-utils"
|
||||
VERSION="2.0.20"
|
||||
VERSION="2.0.21"
|
||||
HOMEPAGE="http://www.nilfs.org/en/"
|
||||
DOWNLOAD="http://www.nilfs.org/download/nilfs-utils-2.0.20.tar.bz2"
|
||||
MD5SUM="04287d6c96df7d823a096c203021a2ec"
|
||||
DOWNLOAD="http://www.nilfs.org/download/nilfs-utils-2.0.21.tar.bz2"
|
||||
MD5SUM="7f970f35950b429ac490df594c9d8fc1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
|
|
Loading…
Reference in a new issue