diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-03-03 14:26:23 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 13:25:27 +0200 |
commit | eb73abb8cd8a509ca78a72a079f1610ed1582a6c (patch) | |
tree | 1d41cdeb4fbc721d4fc0b350635cb3727beb41dc /system/fsarchiver/fsarchiver.SlackBuild | |
parent | 6ac8de89e154c1201b4e224fab72996263e58486 (diff) | |
download | slackbuilds-eb73abb8cd8a509ca78a72a079f1610ed1582a6c.tar.gz |
system/fsarchiver: Updated for version 0.6.7.
Diffstat (limited to 'system/fsarchiver/fsarchiver.SlackBuild')
-rw-r--r-- | system/fsarchiver/fsarchiver.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/system/fsarchiver/fsarchiver.SlackBuild b/system/fsarchiver/fsarchiver.SlackBuild index 9cfbe66fa8..285bfda756 100644 --- a/system/fsarchiver/fsarchiver.SlackBuild +++ b/system/fsarchiver/fsarchiver.SlackBuild @@ -3,13 +3,13 @@ # Slackware Package Build Script for fsarchiver # Home Page: http://www.fsarchiver.org/Main_Page -# Copyright (c) 2009-2010, Nishant Limbachia, Hoffman Estates, IL, USA [nishant__AT__mnspace__DOT__net) +# Copyright (c) 2009-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net) # All rights reserved. # -# Redistribution and use of this script, with or without modification, is +# Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # -# 1. Redistributions of script must retain the above copyright notice, +# 1. Redistributions of script must retain the above copyright notice, # this list of conditions and the following disclaimer. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS @@ -25,7 +25,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fsarchiver -VERSION=0.6.7 +VERSION=0.6.8 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,7 +82,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild ( 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 -) +) mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |