From: Paul Mackerras Date: Sun, 14 Nov 2004 07:58:37 +0000 (+0000) Subject: make sure plugins get installed in the right place X-Git-Tag: ppp-2.4.7~170 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=322e51c6ca0f3c5f897d3264cd4d3c1cc74842be make sure plugins get installed in the right place --- diff --git a/pppd/plugins/rp-pppoe/Makefile.linux b/pppd/plugins/rp-pppoe/Makefile.linux index 5c8ecaf..2ffa1c0 100644 --- a/pppd/plugins/rp-pppoe/Makefile.linux +++ b/pppd/plugins/rp-pppoe/Makefile.linux @@ -10,12 +10,14 @@ # This program may be distributed according to the terms of the GNU # General Public License, version 2 or (at your option) any later version. # -# $Id: Makefile.linux,v 1.5 2004/11/13 12:14:59 paulus Exp $ +# $Id: Makefile.linux,v 1.6 2004/11/14 07:58:37 paulus Exp $ #*********************************************************************** DESTDIR = @DESTDIR@ BINDIR = $(DESTDIR)/sbin -LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION) +LIBDIR = $(DESTDIR)/lib/pppd/$(PPPDVERSION) + +PPPDVERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h) INSTALL = install