From: Michael Tremer Date: Mon, 17 Aug 2009 07:39:57 +0000 (+0200) Subject: Fix building ppp. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8a3da5905e29f3336d40c61957cf1863d169c3;p=ipfire-3.x.git Fix building ppp. --- diff --git a/lfs/ppp b/lfs/ppp index 24edd0528..6763ea9d9 100644 --- a/lfs/ppp +++ b/lfs/ppp @@ -130,6 +130,7 @@ $(OBJECT): $(objects) rm -rfv /etc/ppp/plugins + -mkdir -pv /etc/ppp for i in $(DIR_CONFIG)/$(PKG_NAME)/* ; do \ if [ -f $$i ]; then \ sed 's%CONFIG_ROOT%$(CONFIG_ROOT)%g' $$i > /etc/ppp/`basename $$i`; \