From: Michael Tremer Date: Fri, 7 Aug 2009 16:03:44 +0000 (+0200) Subject: Fix creation of run dirs of ppp. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b1dde684f03666acd6efd00ed160c650c64640a;p=ipfire-3.x.git Fix creation of run dirs of ppp. --- diff --git a/lfs/ppp b/lfs/ppp index 918f36a94..325fba287 100644 --- a/lfs/ppp +++ b/lfs/ppp @@ -116,6 +116,10 @@ $(OBJECT): $(objects) cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-new_speeds.patch cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-response_len.patch + 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) && \ ./configure \ $(CONFIGURE_ARCH) \