mirror of
https://github.com/tmux/tmux.git
synced 2024-11-19 02:48:50 +00:00
Don't set user and group with install, from Nicolas Pinto.
This commit is contained in:
parent
0ed80637e7
commit
8e67b07489
@ -1,4 +1,4 @@
|
|||||||
# $Id: GNUmakefile,v 1.123 2010-03-10 15:44:13 tcunha Exp $
|
# $Id: GNUmakefile,v 1.124 2010-04-21 21:22:06 nicm Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
@ -53,8 +53,8 @@ endif
|
|||||||
|
|
||||||
PREFIX?= /usr/local
|
PREFIX?= /usr/local
|
||||||
INSTALLDIR= install -d
|
INSTALLDIR= install -d
|
||||||
INSTALLBIN= install -g bin -o root -m 555
|
INSTALLBIN= install -m 555
|
||||||
INSTALLMAN= install -g bin -o root -m 444
|
INSTALLMAN= install -m 444
|
||||||
|
|
||||||
SRCS= $(shell echo *.c|sed 's|osdep-[a-z0-9]*.c||g')
|
SRCS= $(shell echo *.c|sed 's|osdep-[a-z0-9]*.c||g')
|
||||||
include config.mk
|
include config.mk
|
||||||
|
6
Makefile
6
Makefile
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.156 2010-03-10 15:44:13 tcunha Exp $
|
# $Id: Makefile,v 1.157 2010-04-21 21:22:06 nicm Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
@ -49,8 +49,8 @@ CFLAGS+= -Wno-pointer-sign
|
|||||||
|
|
||||||
PREFIX?= /usr/local
|
PREFIX?= /usr/local
|
||||||
INSTALLDIR= install -d
|
INSTALLDIR= install -d
|
||||||
INSTALLBIN= install -g bin -o root -m 555
|
INSTALLBIN= install -m 555
|
||||||
INSTALLMAN= install -g bin -o root -m 444
|
INSTALLMAN= install -m 444
|
||||||
|
|
||||||
SRCS!= echo *.c|sed 's|osdep-[a-z0-9]*.c||g'
|
SRCS!= echo *.c|sed 's|osdep-[a-z0-9]*.c||g'
|
||||||
.include "config.mk"
|
.include "config.mk"
|
||||||
|
Loading…
Reference in New Issue
Block a user