Re: [hackers] Re: [st][PATCH] make install terminfo files in share/terminfo

From: Christoph Lohmann <20h_AT_r-36.net>
Date: Mon, 18 Jul 2016 18:19:58 +0200

Greetings.

On Mon, 18 Jul 2016 18:19:58 +0200 Doogster <thedoogster_AT_gmail.com> wrote:
> This patch is the correct one. There was a mistake in my previous
> attempt. Sorry about that.
>
> On Thu, Jun 23, 2016 at 7:37 AM, Dugan Chen <thedoogster_AT_gmail.com> wrote:
> > ---
> > Makefile | 4 +++-
> > 1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > diff --git a/Makefile b/Makefile
> > index 6158ab2..8578b69 100644
> > --- a/Makefile
> > +++ b/Makefile
> > _AT_@ -49,7 +49,9 @@ install: all
> > _AT_sed "s/VERSION/${VERSION}/g" < st.1 > ${DESTDIR}${MANPREFIX}/man1/st.1
> > _AT_chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1
> > _AT_echo Please see the README file regarding the terminfo entry of st.
> > - _AT_tic -s st.info
> > + _AT_mkdir -p ${DESTDIR}/${PREFIX}/share/terminfo
> > + _AT_tic -o ${DESTDIR}/${PREFIX}/share/terminfo -s st.info
> > +

Thanks for sending in the patch.

I think you are fixing a problem in your distribution. tic(1) should do
this on its own, without the need to specify this path.

Which distribution or OS are you using?


Sincerely,

Christoph Lohmann
Received on Mon Jul 18 2016 - 18:19:58 CEST

This archive was generated by hypermail 2.3.0 : Mon Jul 18 2016 - 18:24:16 CEST