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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 21:24:19 UTC 2020


    Date: Wednesday, February 26, 2020 @ 21:24:19
  Author: felixonmars
Revision: 583272

upgpkg: haskell-executable-path 0.0.3.1-12: rebuild with ghc 8.8.3

Modified:
  haskell-executable-path/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 21:23:46 UTC (rev 583271)
+++ PKGBUILD	2020-02-26 21:24:19 UTC (rev 583272)
@@ -4,7 +4,7 @@
 _hkgname=executable-path
 pkgname=haskell-executable-path
 pkgver=0.0.3.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Finding out the full path of the executable"
 url="http://code.haskell.org/~bkomuves/"
 license=("custom:PublicDomain")
@@ -33,6 +33,6 @@
     install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
     install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
     runhaskell Setup copy --destdir="$pkgdir"
-    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+    install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+    rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }



More information about the arch-commits mailing list