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 a315e61 commit 5090ede
Showing 1 changed file with 3 additions and 1 deletion.
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 5090ede

Please sign in to comment.