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

Filipe Laíns ffy00 at archlinux.org
Wed Jan 29 00:42:06 UTC 2020


    Date: Wednesday, January 29, 2020 @ 00:42:06
  Author: ffy00
Revision: 558374

upgpkg: owl-lisp 0.1.22-1

Modified:
  owl-lisp/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-29 00:30:52 UTC (rev 558373)
+++ PKGBUILD	2020-01-29 00:42:06 UTC (rev 558374)
@@ -27,6 +27,9 @@
 
   # fix missing Makefile entry
   sed 's|manual.md:|manual.md: bin/ol|' -i Makefile
+
+  # remove failing tests (can't run inside makepkg)
+  rm tests/getpid.sh
 }
 
 build() {
@@ -44,7 +47,7 @@
   make DESTDIR="${pkgdir}" install
   install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
   install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md manual.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md doc/manual.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list