Skip to content

Commit

Permalink
List xgterm package contents
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Jul 4, 2024
1 parent 6c67290 commit d735df5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +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 -l $(INSTDIR)/xgterm/XGTerm.app/Contents/Resources/terminfo
ls -l $(HOME)/.terminfo || true
ls -l $(INSTDIR)/xgterm/XGTerm.app/Contents/Resources/terminfo/78/
ls -l $(INSTDIR)/xgterm/XGTerm.app/Contents/Resources/terminfo/78/xgterm
file $(INSTDIR)/xgterm/XGTerm.app/Contents/Resources/terminfo/78/xgterm
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 @@ -117,7 +113,7 @@ xgterm.pkg: ximtool.pkg # This re-uses the same build as ximtool
$(PKGBUILD_ARG) \
--version 2.1 \
xgterm.pkg

lsbom $(pkgutil --bom xgterm.pkg)

ctio.pkg: core.pkg
mkdir -p $(BUILDDIR)/ctio
Expand Down

0 comments on commit d735df5

Please sign in to comment.