summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild')
-rw-r--r--haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild b/haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild
index 7f77068ce1..3a6eb6590c 100644
--- a/haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild
+++ b/haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-base16-bytestring
-VERSION=${VERSION:-0.1.1.6}
+VERSION=${VERSION:-0.1.1.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -107,7 +107,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 LICENSE README.markdown $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CHANGELOG.md LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install