Sun Aug 5 10:21:16 2001 Michael Jennings (mej)

FreeBSD fix, take 2.


SVN revision: 5046
This commit is contained in:
Michael Jennings 2001-08-05 17:24:12 +00:00
parent f89dff3d3d
commit a87632fb0a
2 changed files with 5 additions and 1 deletions

View File

@ -4326,3 +4326,7 @@ termcap entry into the termcap DB on FreeBSD (and possibly other
Brannan <pbranna@clemson.edu> to support some additional escape
sequences for vim.
----------------------------------------------------------------------
Sun Aug 5 10:21:16 2001 Michael Jennings (mej)
FreeBSD fix, take 2.
----------------------------------------------------------------------

View File

@ -15,7 +15,7 @@ install-data-hook:
-infocmp -C -sc Eterm | sed -e '/Reconstructed/d' -e '/\.\.sa=/d' > Eterm.tcap.new && mv Eterm.tcap.new Eterm.tcap || rm -f Eterm.tcap.new
-if test -f /usr/share/misc/termcap && test -f Eterm.tcap ; then \
grep 'Eterm-color' /usr/share/misc/termcap || cat Eterm.tcap >> /usr/share/misc/termcap ; \
cap_mkdb -f /usr/share/misc/termcap.db /usr/share/misc/termcap ; \
cap_mkdb termcap ; \
fi || :
EXTRA_DIST = Eterm.1.in Eterm_reference.html Eterm.tcap Eterm.ti Makefile.am Makefile.in