summaryrefslogtreecommitdiffstats
path: root/ham/flrig/flrig.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'ham/flrig/flrig.SlackBuild')
-rw-r--r--ham/flrig/flrig.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/flrig/flrig.SlackBuild b/ham/flrig/flrig.SlackBuild
index a666adff49..53e838bbdf 100644
--- a/ham/flrig/flrig.SlackBuild
+++ b/ham/flrig/flrig.SlackBuild
@@ -45,7 +45,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=flrig
-VERSION=${VERSION:-1.4.4}
+VERSION=${VERSION:-1.4.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -117,7 +117,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING ChangeLog INSTALL README* $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING ChangeLog README* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -name "Makefile" -exec rm {} \;
find $PKG/usr/doc -type f -exec chmod 644 {} \;