diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-12 09:08:40 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:17:56 +0700 |
commit | 12614cacff9afb760c8048763eda033cd89feba9 (patch) | |
tree | 6b3d9fadc64be79a0e51ff39acd2ab802dd420d7 /haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild | |
parent | 6131f27105c5c21f67e6b336e7ef5920dee10498 (diff) |
haskell/haskell-gloss-rendering: Updated for version 1.13.1.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild')
-rw-r--r-- | haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild b/haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild index e58d77794a..56e2483a64 100644 --- a/haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild +++ b/haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-gloss-rendering -VERSION=${VERSION:-1.13.0.2} +VERSION=${VERSION:-1.13.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -77,6 +77,7 @@ cd $TMP rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION +cat $CWD/1.cabal > $SRCNAM.cabal chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |