Skip to content

Commit

Permalink
fix terminfo path
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Jul 4, 2024
1 parent 98c6d5e commit 6c67290
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ xgterm.pkg: ximtool.pkg # This re-uses the same build as ximtool
xgterm/XGTerm.iconset/
install $(BUILDDIR)/x11iraf/xgterm/xgterm.man \
$(INSTDIR)/xgterm/XGTerm.app/Contents/Resources/man/xgterm.1
tic -v -o $(INSTDIR)/xgterm/XGTerm.app/Resources/terminfo \
tic -v -o $(INSTDIR)/xgterm/XGTerm.app/Contents/Resources/terminfo \
$(BUILDDIR)/x11iraf/xgterm/xgterm.terminfo
ls -l $(INSTDIR)/xgterm/XGTerm.app/Resources/terminfo/
ls -l $(INSTDIR)/xgterm/XGTerm.app/Contents/Resources/terminfo
ls -l $(HOME)/.terminfo || true
ls -l $(INSTDIR)/xgterm/XGTerm.app/Resources/terminfo/78/
ls -l $(INSTDIR)/xgterm/XGTerm.app/Resources/terminfo/78/xgterm
file $(INSTDIR)/xgterm/XGTerm.app/Resources/terminfo/78/xgterm
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
codesign -s - -i community.iraf.xgterm $(INSTDIR)/xgterm/XGTerm.app
pkgbuild --identifier community.iraf.xgterm \
--root $(INSTDIR)/xgterm \
Expand Down

0 comments on commit 6c67290

Please sign in to comment.