]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/pppoatm/Makefile.linux
Make the pppoatm plugin's Makefile honour INSTROOT
[ppp.git] / pppd / plugins / pppoatm / Makefile.linux
index 822433ba6dc9ecf28df45a033425db4afafc1112..20f62e631d23c18361ce3164c2fbe2179d0abe90 100644 (file)
@@ -6,7 +6,7 @@ INSTALL = install
 
 #***********************************************************************
 
-DESTDIR = @DESTDIR@
+DESTDIR = $(INSTROOT)@DESTDIR@
 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
 
 VERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h)