From: Michael Tremer Date: Fri, 4 Jun 2010 21:29:56 +0000 (+0200) Subject: ppp: Fix installation of pppol2tp plugin. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d1f6320c68d24dd467f35c69686ae1e0f14e7df;p=ipfire-3.x.git ppp: Fix installation of pppol2tp plugin. --- diff --git a/pkgs/core/ppp/ppp.nm b/pkgs/core/ppp/ppp.nm index a5ff6db4d..f9cb36754 100644 --- a/pkgs/core/ppp/ppp.nm +++ b/pkgs/core/ppp/ppp.nm @@ -52,6 +52,9 @@ define STAGE_PREPARE_CMDS cd $(DIR_APP) && sed -e "s@^RUNDIR .*@RUNDIR = /var/run/ppp@" \ -e "s@^LOGDIR .*@LOGDIR = /var/log/ppp@" \ -i linux/Makefile.top + + cd $(DIR_APP) && sed -e "s@^DESTDIR.*@DESTDIR=\$$(INSTROOT)/usr@" \ + -i pppd/plugins/pppol2tp/Makefile.linux endef define STAGE_BUILD