]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/radius/Makefile.linux
Take out the -o root argument to install. It is the default anyway
[ppp.git] / pppd / plugins / radius / Makefile.linux
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