]> git.pld-linux.org Git - packages/2UTF.git/blame - 2UTF-install.patch
1.22 dont compile properly, (another beholder bug..trying to fix it)
[packages/2UTF.git] / 2UTF-install.patch
CommitLineData
bb314667
JR
1--- Makefile~ Sun Feb 14 18:19:32 1999
2+++ Makefile Wed Jul 7 14:48:10 1999
3@@ -248,13 +248,7 @@
4 if [ $${prefix##debian*}y != y ] ; \
5 then \
6 if ! tic -V 2>&1 |grep -q tconv; then \
7- TERMINFO=; tic linux+utf8.ti; \
8- test -e $(prefix)/share/terminfo/l/ || $(MKDIR) \
9- $(prefix)/share/terminfo/l/; \
10- cp /usr/share/terminfo/l/linux+utf8 \
11- /usr/share/terminfo/l/linux-gr+utf8 \
12- /usr/share/terminfo/l/linux+k \
13- $(prefix)/share/terminfo/l/; \
14+ tic linux+utf8.ti; \
15 fi; \
16 fi; \
17 else \
This page took 0.057058 seconds and 4 git commands to generate.