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

Felix Yan felixonmars at archlinux.org
Sun Sep 9 06:00:58 UTC 2018


    Date: Sunday, September 9, 2018 @ 06:00:58
  Author: felixonmars
Revision: 378862

upgpkg: agda 2.5.4.1-1

Modified:
  agda/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-09 05:31:50 UTC (rev 378861)
+++ PKGBUILD	2018-09-09 06:00:58 UTC (rev 378862)
@@ -25,7 +25,8 @@
     mkdir -p lib-target
     cp -a $pkgname-$pkgver/src/data/lib lib-target/lib
     sed -e "s|rawSystem agda \\[|rawSystem \"env\" [\"Agda_datadir=$PWD/lib-target\", \"LD_LIBRARY_PATH=$PWD/$pkgname-$pkgver/dist/build\", agda,|" \
-        -e "s|(ms, datadir dirs|(ms, \"$PWD/lib-target\"|" \
+        -e "s|datadir dirs|\"$PWD/lib-target\"|" \
+        -e 's|"Builtins"|"Builtin"|' \
         -i $pkgname-$pkgver/Setup.hs
 }
 



More information about the arch-commits mailing list