Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24267
Modified Files:
GNUmakefile Makefile
Log Message:
Don't set user and group with install, from Nicolas Pinto.
Index: GNUmakefile
===================================================================
RCS file: /cvsroot/tmux/tmux/GNUmakefile,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- GNUmakefile 10 Mar 2010 15:44:13 -0000 1.123
+++ GNUmakefile 21 Apr 2010 21:22:06 -0000 1.124
@@ -53,8 +53,8 @@
PREFIX?= /usr/local
INSTALLDIR= install -d
-INSTALLBIN= install -g bin -o root -m 555
-INSTALLMAN= install -g bin -o root -m 444
+INSTALLBIN= install -m 555
+INSTALLMAN= install -m 444
SRCS= $(shell echo *.c|sed 's|osdep-[a-z0-9]*.c||g')
include config.mk
Index: Makefile
===================================================================
RCS file: /cvsroot/tmux/tmux/Makefile,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- Makefile 10 Mar 2010 15:44:13 -0000 1.156
+++ Makefile 21 Apr 2010 21:22:06 -0000 1.157
@@ -49,8 +49,8 @@
PREFIX?= /usr/local
INSTALLDIR= install -d
-INSTALLBIN= install -g bin -o root -m 555
-INSTALLMAN= install -g bin -o root -m 444
+INSTALLBIN= install -m 555
+INSTALLMAN= install -m 444
SRCS!= echo *.c|sed 's|osdep-[a-z0-9]*.c||g'
.include "config.mk"
------------------------------------------------------------------------------
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs