]> git.ozlabs.org Git - ppp.git/commitdiff
Take out the -o root argument to install. It is the default anyway
authorPaul Mackerras <paulus@samba.org>
Sun, 31 Oct 2004 22:09:03 +0000 (22:09 +0000)
committerPaul Mackerras <paulus@samba.org>
Sun, 31 Oct 2004 22:09:03 +0000 (22:09 +0000)
when installing as root, and it causes errors in the build farm testing.

pppd/Makefile.linux
pppd/plugins/Makefile.linux
pppd/plugins/radius/Makefile.linux
pppd/plugins/rp-pppoe/Makefile.linux
pppstats/Makefile.linux

index a5df637c69937a28e7d7550d6ed68c1c84090a4f..cfa2d1a1fe870e44bebc32d6adc2622bc8111831 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppd makefile for Linux
-# $Id: Makefile.linux,v 1.63 2004/10/31 21:27:24 paulus Exp $
+# $Id: Makefile.linux,v 1.64 2004/10/31 22:09:03 paulus Exp $
 #
 
 # Default installation locations
@@ -193,7 +193,7 @@ ifdef MAXOCTETS
      CFLAGS += -DMAXOCTETS
 endif
 
-INSTALL= install -o root
+INSTALL= install
 
 all: $(TARGETS)
 
index 2352765fd927fd2a4377e0243f6dcad2f9f77994..80b0ae01da8a07566fe3729b0855e4e046ad6f5a 100644 (file)
@@ -2,7 +2,7 @@ CC      = gcc
 COPTS  = -O2 -g
 CFLAGS = $(COPTS) -I.. -I../../include -fPIC
 LDFLAGS        = -shared
-INSTALL        = install -o root
+INSTALL        = install
 
 DESTDIR = @DESTDIR@
 BINDIR = $(DESTDIR)/sbin
index 50d47990b3814e049107ec7ef3eb12a312255055..05a8730d0ca873b164812523f65ade47c0b4b7db 100644 (file)
@@ -7,7 +7,7 @@ DESTDIR = @DESTDIR@
 MANDIR = $(DESTDIR)/share/man/man8
 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
 
-INSTALL        = install -o root
+INSTALL        = install
 
 PLUGIN=radius.so radattr.so radrealms.so
 CFLAGS=-I../.. -I../../../include -Iradiusclient/include -O2
index f1428c5c5edd288b93add185a96bc7c049eb63a9..c20af5774527735b500cb4553a5f513de0b9a61d 100644 (file)
 # This program may be distributed according to the terms of the GNU
 # General Public License, version 2 or (at your option) any later version.
 #
-# $Id: Makefile.linux,v 1.3 2004/10/29 00:12:27 paulus Exp $
+# $Id: Makefile.linux,v 1.4 2004/10/31 22:09:03 paulus Exp $
 #***********************************************************************
 
 DESTDIR = @DESTDIR@
 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
 
-INSTALL        = install -o root
+INSTALL        = install
 
 # Version is set ONLY IN THE MAKEFILE!  Don't delete this!
 VERSION=3.3
index c97cf329bbef433c9bf8a16e75aa4888fe11d32d..6b8fb478d0682782286f8dff7585fe0f34fa32d0 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppstats makefile
-# $Id: Makefile.linux,v 1.7 2004/10/31 21:27:24 paulus Exp $
+# $Id: Makefile.linux,v 1.8 2004/10/31 22:09:03 paulus Exp $
 #
 DESTDIR = @DESTDIR@
 BINDIR = $(DESTDIR)/sbin
@@ -14,7 +14,7 @@ COPTS = -O
 COMPILE_FLAGS = -I../include
 LIBS =
 
-INSTALL= install -o root -g daemon
+INSTALL= install
 
 CFLAGS = $(COPTS) $(COMPILE_FLAGS)