aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R Garbe2010-07-24 12:09:14 +0100
committerAnselm R Garbe2010-07-24 12:09:14 +0100
commitd5e3fc122ec7f56101db78ae06a5840ecdc7db87 (patch)
tree19d0d25aaeccf17a67803b63c2021d4f4b015dd9 /Makefile
parentc3931586e74e8554594d3eb67bcfadc3db4b3617 (diff)
downloadaur-d5e3fc122ec7f56101db78ae06a5840ecdc7db87.tar.gz
applied Devin J Pohly's st color info patches, thanks Devin!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9ec8d21b99e6..14da7a565242 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ install: all
@cp -f st ${DESTDIR}${PREFIX}/bin
@chmod 755 ${DESTDIR}${PREFIX}/bin/st
@tic st.info
+ @tic st-256color.info
uninstall:
@echo removing executable file from ${DESTDIR}${PREFIX}/bin