diff options
Diffstat (limited to 'haskell/haskell-MonadCatchIO-mtl/haskell-MonadCatchIO-mtl.SlackBuild')
-rw-r--r-- | haskell/haskell-MonadCatchIO-mtl/haskell-MonadCatchIO-mtl.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/haskell/haskell-MonadCatchIO-mtl/haskell-MonadCatchIO-mtl.SlackBuild b/haskell/haskell-MonadCatchIO-mtl/haskell-MonadCatchIO-mtl.SlackBuild index e55ecafbb4..13b242358d 100644 --- a/haskell/haskell-MonadCatchIO-mtl/haskell-MonadCatchIO-mtl.SlackBuild +++ b/haskell/haskell-MonadCatchIO-mtl/haskell-MonadCatchIO-mtl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for MonadCatchIO-mtl -# Copyright 2013 Mikko Värri, Finland +# Copyright 2015 Mikko Värri, Finland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-MonadCatchIO-mtl -VERSION=${VERSION:-0.3.0.5} +VERSION=${VERSION:-0.3.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -97,8 +97,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 -# BUG: At least the package should come with lisence -#cp -a $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |