From 4de303229bddf1e3cce6131ce51406c77ec4b5c4 Mon Sep 17 00:00:00 2001 From: Ole Streicher Date: Thu, 4 Jul 2024 19:03:20 +0200 Subject: [PATCH] List terminfo database after creation --- .github/workflows/build.yml | 1 + Makefile | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 807abd8..169fad2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,6 +43,7 @@ jobs: sudo installer -pkg /tmp/iraf-*.pkg -target / -verbose /usr/local/lib/iraf/test/run_tests /usr/local/lib/iraf/test/noao.astutil.md # Check that the TERMINFO files are in place + ls -lR /Applications/XGTerm.app/ ls -l /Applications/XGTerm.app/Contents/Resources/terminfo/78/xgterm ls -l /usr/local/share/terminfo/78/xgterm diff --git a/Makefile b/Makefile index a399d57..a619562 100644 --- a/Makefile +++ b/Makefile @@ -104,6 +104,7 @@ xgterm.pkg: ximtool.pkg # This re-uses the same build as ximtool $(INSTDIR)/xgterm/XGTerm.app/Contents/Resources/man/xgterm.1 tic -v -o $(INSTDIR)/xgterm/XGTerm.app/Contents/Resources/terminfo \ $(BUILDDIR)/x11iraf/xgterm/xgterm.terminfo + ls -lR $(INSTDIR)/xgterm/XGTerm.app/Contents/Resources/terminfo codesign -s - -i community.iraf.xgterm $(INSTDIR)/xgterm/XGTerm.app pkgbuild --identifier community.iraf.xgterm \ --root $(INSTDIR)/xgterm \ @@ -112,7 +113,8 @@ xgterm.pkg: ximtool.pkg # This re-uses the same build as ximtool $(PKGBUILD_ARG) \ --version 2.1 \ xgterm.pkg - + pkgutil --expand-full xgterm.pkg $(INSTDIR)/xgterm-pkg + ls -lR $(INSTDIR)/xgterm-pkg ctio.pkg: core.pkg mkdir -p $(BUILDDIR)/ctio