From: Paul Mackerras Date: Mon, 23 Jun 2008 11:53:00 +0000 (+0000) Subject: Make the pppoatm plugin's Makefile honour INSTROOT X-Git-Tag: ppp-2.4.7~79 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=4bddfd32d90b6a2a2e3515714284d099c9e38722;hp=7e54469ed4f3c2ecc1006475dcd10df1d1fe35d3 Make the pppoatm plugin's Makefile honour INSTROOT --- diff --git a/pppd/plugins/pppoatm/Makefile.linux b/pppd/plugins/pppoatm/Makefile.linux index 822433b..20f62e6 100644 --- a/pppd/plugins/pppoatm/Makefile.linux +++ b/pppd/plugins/pppoatm/Makefile.linux @@ -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)