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 <[email protected]> wrote:
> ---
>  Makefile | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 6158ab2..8578b69 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -49,7 +49,9 @@ install: all
>         @sed "s/VERSION/${VERSION}/g" < st.1 > 
> ${DESTDIR}${MANPREFIX}/man1/st.1
>         @chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1
>         @echo Please see the README file regarding the terminfo entry of st.
> -       @tic -s st.info
> +       @mkdir -p ${DESTDIR}/${PREFIX}/share/terminfo
> +       @tic -o ${DESTDIR}/${PREFIX}/share/terminfo -s st.info
> +
>
>  uninstall:
>         @echo removing executable file from ${DESTDIR}${PREFIX}/bin
> --
> 2.8.2
>

Reply via email to