summaryrefslogtreecommitdiff
path: root/pppstats
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2004-10-31 22:09:03 +0000
committerPaul Mackerras <paulus@samba.org>2004-10-31 22:09:03 +0000
commit03a755882397bda31e3e44d3aa51034338ea3ce6 (patch)
treef44b5229234be25024d582171b197de4589521c1 /pppstats
parent9d2509710485b642dc4c61af7301c249110b4530 (diff)
downloadppp-03a755882397bda31e3e44d3aa51034338ea3ce6.tar.gz
Take out the -o root argument to install. It is the default anyway
when installing as root, and it causes errors in the build farm testing.
Diffstat (limited to 'pppstats')
-rw-r--r--pppstats/Makefile.linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/pppstats/Makefile.linux b/pppstats/Makefile.linux
index c97cf32..6b8fb47 100644
--- a/pppstats/Makefile.linux
+++ b/pppstats/Makefile.linux
@@ -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)