]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/Makefile.linux
Fix obvious subscript-out-of-range error.
[ppp.git] / pppd / plugins / Makefile.linux
index e3737003a06cfb182ad6e0a4c4bc1e1ce668d8c2..39f523a9203d9712818325dc6bfb9a3b4b97ff1d 100644 (file)
@@ -4,14 +4,14 @@ CFLAGS        = $(COPTS) -I.. -I../../include -fPIC
 LDFLAGS        = -shared
 INSTALL        = install
 
-DESTDIR = @DESTDIR@
+DESTDIR = $(INSTROOT)@DESTDIR@
 BINDIR = $(DESTDIR)/sbin
 MANDIR = $(DESTDIR)/share/man/man8
 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
 
 SUBDIRS := rp-pppoe pppoatm
 # Uncomment the next line to include the radius authentication plugin
-SUBDIRS += radius
+SUBDIRS += radius
 PLUGINS := minconn.so passprompt.so passwordfd.so winbind.so
 
 # include dependencies if present