]> git.pld-linux.org Git - packages/tmux.git/blob - tmux-makefile.patch
- updated to 1.3
[packages/tmux.git] / tmux-makefile.patch
1 --- tmux-1.3-orig/GNUmakefile   2010-07-19 07:54:24.320563707 +0200
2 +++ tmux-1.3/GNUmakefile        2010-07-19 07:58:25.390541271 +0200
3 @@ -81,7 +81,7 @@
4  install:       all
5                 $(INSTALLDIR) $(DESTDIR)$(PREFIX)/bin
6                 $(INSTALLBIN) tmux $(DESTDIR)$(PREFIX)/bin/tmux
7 -               $(INSTALLDIR) $(DESTDIR)$(PREFIX)/man/man1
8 -               $(INSTALLMAN) tmux.1 $(DESTDIR)$(PREFIX)/man/man1/tmux.1
9 +               $(INSTALLDIR) $(DESTDIR)$(PREFIX)/share/man/man1
10 +               $(INSTALLMAN) tmux.1 $(DESTDIR)$(PREFIX)/share/man/man1/tmux.1
11  
12  -include .depend
This page took 0.050164 seconds and 3 git commands to generate.