Skip to content

Commit

Permalink
List terminfo database after creation
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Jul 4, 2024
1 parent 6c5fe5f commit 4de3032
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit 4de3032

Please # to comment.