]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
ppp: Fix installation of pppol2tp plugin.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 4 Jun 2010 21:29:56 +0000 (23:29 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 4 Jun 2010 21:29:56 +0000 (23:29 +0200)
pkgs/core/ppp/ppp.nm

index a5ff6db4db99fb3764f134af4f3c0301031dec28..f9cb367543590a87d4af333a391ba809350e1dc4 100644 (file)
@@ -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