]> git.pld-linux.org Git - packages/urxvt.git/blob - urxvt-tic.patch
- up to 9.15 + fix tic
[packages/urxvt.git] / urxvt-tic.patch
1 --- rxvt-unicode-9.15/doc/Makefile.in.orig      2011-12-28 03:31:26.000000000 +0100
2 +++ rxvt-unicode-9.15/doc/Makefile.in   2012-01-28 00:57:55.845614629 +0100
3 @@ -102,7 +102,7 @@
4         $(INSTALL_DATA) rxvt.7.man  $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
5  @IF_PERL@      $(INSTALL) -d $(DESTDIR)$(man3dir)
6  @IF_PERL@      $(INSTALL_DATA) rxvtperl.3.man $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
7 -       @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo
8 +       @TIC@ -o $(srcdir) $(srcdir)/etc/rxvt-unicode.terminfo
9  
10  distdepend: alldoc
11  
This page took 0.059118 seconds and 4 git commands to generate.