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 8f24c23
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,20 +104,19 @@ 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
ls -lR $(INSTDIR)/xgterm
pkgbuild --identifier community.iraf.xgterm \
--root $(INSTDIR)/xgterm \
--install-location /Applications \
--scripts xgterm/scripts \
$(PKGBUILD_ARG) \
--version 2.1 \
xgterm.pkg

pkgutil --expand xgterm.pkg $(INSTDIR)/installed-xgterm-pkg
ls -lR $(INSTDIR)/installed-xgterm-pkg
rm -rf $(INSTDIR)/installed-xgterm-pkg

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

0 comments on commit 8f24c23

Please sign in to comment.