From 73285d6a643da294e11effff14d11e752ddb700a Mon Sep 17 00:00:00 2001 From: David Spencer Date: Fri, 26 Oct 2018 10:57:40 +0100 Subject: [PATCH] haskell/haskell-env-locale: Add doinst.sh. Signed-off-by: David Spencer --- haskell/haskell-env-locale/doinst.sh | 1 + haskell/haskell-env-locale/haskell-env-locale.SlackBuild | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 haskell/haskell-env-locale/doinst.sh diff --git a/haskell/haskell-env-locale/doinst.sh b/haskell/haskell-env-locale/doinst.sh new file mode 100644 index 0000000000..3268c238bf --- /dev/null +++ b/haskell/haskell-env-locale/doinst.sh @@ -0,0 +1 @@ +chroot . /usr/bin/ghc-pkg recache diff --git a/haskell/haskell-env-locale/haskell-env-locale.SlackBuild b/haskell/haskell-env-locale/haskell-env-locale.SlackBuild index bcec475dd4..188803ac5d 100644 --- a/haskell/haskell-env-locale/haskell-env-locale.SlackBuild +++ b/haskell/haskell-env-locale/haskell-env-locale.SlackBuild @@ -97,13 +97,12 @@ 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 cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}