diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-30 16:50:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-01 23:54:53 +0700 |
commit | 5deda9ebff3f2082cb019e8adb73ced58dc88e1c (patch) | |
tree | a318bbe44fda5a04efeebc21c2584536ec415417 /haskell/haskell-scientific/haskell-scientific.SlackBuild | |
parent | 542b3c0630b64b16c4878e3c14cb2041f014dced (diff) | |
download | slackbuilds-5deda9ebff3f2082cb019e8adb73ced58dc88e1c.tar.gz |
haskell/haskell-scientific: Updated for version 0.3.4.6.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-scientific/haskell-scientific.SlackBuild')
-rw-r--r-- | haskell/haskell-scientific/haskell-scientific.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haskell/haskell-scientific/haskell-scientific.SlackBuild b/haskell/haskell-scientific/haskell-scientific.SlackBuild index 6603e5288c..0a2b06dcd0 100644 --- a/haskell/haskell-scientific/haskell-scientific.SlackBuild +++ b/haskell/haskell-scientific/haskell-scientific.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-scientific -VERSION=${VERSION:-0.3.3.4} +VERSION=${VERSION:-0.3.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -98,7 +98,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 $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE changelog $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |