diff options
author | Barry J. Grundy <bgrundy[at]linuxleo[dot]com> | 2011-11-11 22:19:31 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-26 09:09:11 -0600 |
commit | 3bb965a4324775e8d84b54dd79ab57651836066f (patch) | |
tree | 1d6491b007231088ebd84e809280e59fd980d596 /system/foremost/foremost.SlackBuild | |
parent | f39a70f5fdfff07aff3fccace61ae961fe5601b2 (diff) | |
download | slackbuilds-3bb965a4324775e8d84b54dd79ab57651836066f.tar.gz |
system/foremost: New maintainer + script cleanup.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/foremost/foremost.SlackBuild')
-rw-r--r-- | system/foremost/foremost.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/foremost/foremost.SlackBuild b/system/foremost/foremost.SlackBuild index 13b654e3b8..1989366f1d 100644 --- a/system/foremost/foremost.SlackBuild +++ b/system/foremost/foremost.SlackBuild @@ -1,6 +1,7 @@ #!/bin/sh # Slackware build script for foremost # Written by Larry Hajali <larryhaja[at]gmail[dot]com> +# Edited by Barry J. Grundy <bgrundy[at]linuxleo[dot]com November 2011 PRGNAM=foremost VERSION=${VERSION:-1.5.7} @@ -69,7 +70,7 @@ mv $PKG/etc/foremost.conf $PKG/etc/foremost.conf.new mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION ./foremost -V > COPYRIGHT cp -a \ - CHANGES README COPYRIGHT \ + CHANGES README \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild find $PKG/usr/doc -type f -exec chmod 0644 {} \; |