]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fix building ppp.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 17 Aug 2009 07:39:57 +0000 (09:39 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 17 Aug 2009 07:39:57 +0000 (09:39 +0200)
lfs/ppp

diff --git a/lfs/ppp b/lfs/ppp
index 24edd0528f41620c3a2031732b35ae961cc50c2f..6763ea9d9561d433c20e5a007f60c4d6d3448328 100644 (file)
--- 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`; \