[arch-commits] Commit in haskell-hosc/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Oct 28 23:10:07 UTC 2020


    Date: Wednesday, October 28, 2020 @ 23:10:07
  Author: felixonmars
Revision: 736420

fix datasubdir

Modified:
  haskell-hosc/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-28 23:09:09 UTC (rev 736419)
+++ PKGBUILD	2020-10-28 23:10:07 UTC (rev 736420)
@@ -28,7 +28,8 @@
                              --docdir="/usr/share/doc/${pkgname}" \
                              --enable-tests \
                              --dynlibdir=/usr/lib \
-                             --libsubdir=\$compiler/site-local/\$pkgid
+                             --libsubdir=\$compiler/site-local/\$pkgid \
+                             --datasubdir="$pkgname"
   runhaskell Setup build $MAKEFLAGS
   runhaskell Setup register --gen-script
   runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list