summaryrefslogtreecommitdiff
path: root/system/foremost/foremost.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/foremost/foremost.SlackBuild')
-rw-r--r--system/foremost/foremost.SlackBuild3
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 {} \;