8000 Add a termcap entry for systems without terminfo · Pull Request #89 · martanne/dvtm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add a termcap entry for systems without terminfo #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add a termcap entry for systems without terminfo #89

wants to merge 1 commit into from

Conversation

ghost
Copy link
@ghost ghost commented Aug 15, 2018

The termcap file is set in config.mk as /usr/share/misc/termcap as
it is on FreeBSD and OpenBSD (which use terminfo)...
The /usr/share/misc/ is also present on VoidLinux, hopefully it
will not break the installation due to inexistant directory.

#79

The termcap file is set in config.mk as /usr/share/misc/termcap as
it is on FreeBSD and OpenBSD (which use terminfo)...
The /usr/share/misc/ is also present on VoidLinux, hopefully it
will not break the installation due to inexistant directory.
@@ -6,6 +6,9 @@ MANPREFIX = ${PREFIX}/share/man
# leave empty to install into your home folder
TERMINFO := ${DESTDIR}${PREFIX}/share/terminfo

# the termcap file is shared among all programs
TERMCAP = /usr/share/misc/termcap
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is bad. It breaks staged installs. You need to install it under ${DESTDIR}, and, I think, conditionally.

Something in lines "WANT_TERMPCAP ?= no" in config.mk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0