]> git.pld-linux.org Git - packages/tmux.git/blob - tmux-makefile.patch
- rel 1 (works for me)
[packages/tmux.git] / tmux-makefile.patch
1 --- tmux-1.1-orig/GNUmakefile   2009-11-05 13:30:55.000000000 +0100
2 +++ tmux-1.1/GNUmakefile        2009-11-13 18:28:18.666815270 +0100
3 @@ -53,8 +53,8 @@
4  
5  PREFIX?= /usr/local
6  INSTALLDIR= install -d
7 -INSTALLBIN= install -g bin -o root -m 555
8 -INSTALLMAN= install -g bin -o root -m 444
9 +INSTALLBIN= install
10 +INSTALLMAN= install
11  
12  SRCS= $(shell echo *.c|sed 's|osdep-[a-z0-9]*.c||g')
13  include config.mk
14 @@ -80,7 +80,7 @@
15  install:       all
16                 $(INSTALLDIR) $(DESTDIR)$(PREFIX)/bin
17                 $(INSTALLBIN) tmux $(DESTDIR)$(PREFIX)/bin/tmux
18 -               $(INSTALLDIR) $(DESTDIR)$(PREFIX)/man/man1
19 -               $(INSTALLMAN) tmux.1 $(DESTDIR)$(PREFIX)/man/man1/tmux.1
20 +               $(INSTALLDIR) $(DESTDIR)$(PREFIX)/share/man/man1
21 +               $(INSTALLMAN) tmux.1 $(DESTDIR)$(PREFIX)/share/man/man1/tmux.1
22  
23  -include .depend
This page took 0.030394 seconds and 3 git commands to generate.