summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author David Spencer2018-10-31 00:12:25 +0100
committer Willy Sudiarto Raharjo2018-11-10 01:47:45 +0100
commit28c8abd699b989304dc04048ca460f98b87f86c9 (patch)
tree7dc20ba3775953b2890e1decdce11884b1d53f48 /haskell
parent47339bfd7ed2822e165fb34aaf2773e35b8c6382 (diff)
downloadslackbuilds-28c8abd699b989304dc04048ca460f98b87f86c9.tar.gz
haskell/haskell-setlocale: Cleanup SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-setlocale/haskell-setlocale.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/haskell/haskell-setlocale/haskell-setlocale.SlackBuild b/haskell/haskell-setlocale/haskell-setlocale.SlackBuild
index bd5b09aa2c..6a61683697 100644
--- a/haskell/haskell-setlocale/haskell-setlocale.SlackBuild
+++ b/haskell/haskell-setlocale/haskell-setlocale.SlackBuild
@@ -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