diff options
| author | pl@ninthfloor.org <pl@ninthfloor.org> | 2016-11-11 17:45:45 +0100 | 
|---|---|---|
| committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2016-11-14 19:05:47 +0100 | 
| commit | 3ca7249c8685a9ff2d8ce23273fe0313b5804473 (patch) | |
| tree | e1724e39d37e39b7a1aacb20273061ed0d8b7a63 /Makefile | |
| parent | 06f8cf8ca87a81db15816658c40b2afcd1ad5332 (diff) | |
tic -s -> tic -sx (Treat unknown capabilities as user-defined.)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
