diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-12-19 21:54:55 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-17 18:13:41 +1300 |
commit | 302717d062a51403c44bb8f8586047403de1c0e6 (patch) | |
tree | aaca6048d7cafad884a1a9a73c586f4a484a6e35 /haskell/haskell-strict/haskell-strict.SlackBuild | |
parent | 0df235400f965f810daa05662ec610266aa93d19 (diff) |
haskell/haskell-strict: Updated for version 0.4.0.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell/haskell-strict/haskell-strict.SlackBuild')
-rw-r--r-- | haskell/haskell-strict/haskell-strict.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-strict/haskell-strict.SlackBuild b/haskell/haskell-strict/haskell-strict.SlackBuild index 121e3475ca874..1ca84f63223fb 100644 --- a/haskell/haskell-strict/haskell-strict.SlackBuild +++ b/haskell/haskell-strict/haskell-strict.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-strict -VERSION=${VERSION:-0.3.2} +VERSION=${VERSION:-0.4.0.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/3.cabal > $SRCNAM.cabal chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |