Blame tmux-1.0-03_proper_socket_handling.diff
|
Sven Lankes |
1c52c0 |
--- GNUmakefile.orig 2010-07-19 07:05:09.757213641 +0200
|
|
Sven Lankes |
1c52c0 |
+++ GNUmakefile 2010-07-19 07:05:46.795213926 +0200
|
|
Sven Lankes |
1c52c0 |
@@ -54,7 +54,7 @@
|
|
Sven Lankes |
73482c |
PREFIX?= /usr
|
|
Sven Lankes |
1c52c0 |
INSTALL?= install
|
|
Sven Lankes |
1c52c0 |
INSTALLDIR= $(INSTALL) -d
|
|
Sven Lankes |
1c52c0 |
-INSTALLBIN= $(INSTALL) -m 555
|
|
Sven Lankes |
1c52c0 |
+INSTALLBIN= $(INSTALL) -g tmux -o root -m 2755
|
|
Sven Lankes |
1c52c0 |
INSTALLMAN= $(INSTALL) -m 444
|
|
Sven Lankes |
580ca5 |
|
|
Sven Lankes |
1c52c0 |
SRCS= $(shell echo *.c|LC_ALL=C sed 's|osdep-[a-z0-9]*.c||g')
|
|
Sven Lankes |
1c52c0 |
--- Makefile.orig 2010-07-19 07:05:13.812244029 +0200
|
|
Sven Lankes |
1c52c0 |
+++ Makefile 2010-07-19 07:06:01.826338894 +0200
|
|
Sven Lankes |
1c52c0 |
@@ -50,7 +50,7 @@
|
|
Sven Lankes |
580ca5 |
PREFIX?= /usr
|
|
Sven Lankes |
1c52c0 |
INSTALL?= install
|
|
Sven Lankes |
1c52c0 |
INSTALLDIR= ${INSTALL} -d
|
|
Sven Lankes |
1c52c0 |
-INSTALLBIN= ${INSTALL} -m 555
|
|
Sven Lankes |
1c52c0 |
+INSTALLBIN= ${INSTALL} -g tmux -o root -m 2755
|
|
Sven Lankes |
1c52c0 |
INSTALLMAN= ${INSTALL} -m 444
|
|
Sven Lankes |
580ca5 |
|
|
Sven Lankes |
1c52c0 |
SRCS!= echo *.c|LC_ALL=C sed 's|osdep-[a-z0-9]*.c||g'
|