diff options
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 |