summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-regex-compat-tdfa/haskell-regex-compat-tdfa.SlackBuild
diff options
context:
space:
mode:
author David Spencer2018-10-26 12:00:10 +0200
committer Willy Sudiarto Raharjo2018-11-10 01:47:41 +0100
commit7f454642c953de879ae954e192125f18add09eb5 (patch)
tree9be0cca557e88cf588897d3e3ba93cfd40903bb4 /haskell/haskell-regex-compat-tdfa/haskell-regex-compat-tdfa.SlackBuild
parent46dce92e70c92a5b7c2cafa8f464fb3976a6108b (diff)
downloadslackbuilds-7f454642c953de879ae954e192125f18add09eb5.tar.gz
haskell/haskell-regex-compat-tdfa: Updated for version 0.95.1.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-regex-compat-tdfa/haskell-regex-compat-tdfa.SlackBuild')
-rw-r--r--haskell/haskell-regex-compat-tdfa/haskell-regex-compat-tdfa.SlackBuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/haskell/haskell-regex-compat-tdfa/haskell-regex-compat-tdfa.SlackBuild b/haskell/haskell-regex-compat-tdfa/haskell-regex-compat-tdfa.SlackBuild
index db92c812bd..3347dfe0fa 100644
--- a/haskell/haskell-regex-compat-tdfa/haskell-regex-compat-tdfa.SlackBuild
+++ b/haskell/haskell-regex-compat-tdfa/haskell-regex-compat-tdfa.SlackBuild
@@ -33,7 +33,7 @@ GHC_VERSION=$(ghc --numeric-version)
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -44,8 +44,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -97,9 +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
-cp -a \
- LICENSE \
- $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