]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.linux
Fix bug causing duplicate radius interim accounting messages (PR #1661)
[ppp.git] / pppstats / Makefile.linux
index c97cf329bbef433c9bf8a16e75aa4888fe11d32d..cca6f0f61d87f70016e903dbad7821dc87473249 100644 (file)
@@ -1,8 +1,8 @@
 #
 # pppstats makefile
-# $Id: Makefile.linux,v 1.7 2004/10/31 21:27:24 paulus Exp $
+# $Id: Makefile.linux,v 1.9 2006/06/04 05:07:46 paulus Exp $
 #
-DESTDIR = @DESTDIR@
+DESTDIR = $(INSTROOT)@DESTDIR@
 BINDIR = $(DESTDIR)/sbin
 MANDIR = $(DESTDIR)/share/man/man8
 
@@ -14,7 +14,7 @@ COPTS = -O
 COMPILE_FLAGS = -I../include
 LIBS =
 
-INSTALL= install -o root -g daemon
+INSTALL= install
 
 CFLAGS = $(COPTS) $(COMPILE_FLAGS)