From 3ca7249c8685a9ff2d8ce23273fe0313b5804473 Mon Sep 17 00:00:00 2001 From: "pl@ninthfloor.org" Date: Fri, 11 Nov 2016 17:45:45 +0100 Subject: tic -s -> tic -sx (Treat unknown capabilities as user-defined.) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6158ab2..fb026c4 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ 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 + @tic -sx st.info uninstall: @echo removing executable file from ${DESTDIR}${PREFIX}/bin -- cgit v1.2.1