diff options
author | David Spencer | 2018-10-31 00:12:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2018-11-10 01:47:45 +0100 |
commit | 28c8abd699b989304dc04048ca460f98b87f86c9 (patch) | |
tree | 7dc20ba3775953b2890e1decdce11884b1d53f48 /haskell | |
parent | 47339bfd7ed2822e165fb34aaf2773e35b8c6382 (diff) | |
download | slackbuilds-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.SlackBuild | 4 |
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 |