From: Ludwig Nussel Date: Tue, 9 Feb 2010 16:32:16 +0000 (+0100) Subject: Install pppol2tp plugins with sane permissions X-Git-Tag: ppp-2.4.7~54 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;ds=sidebyside;h=406215672cfadc03017341fe03802d1c7294b903;p=ppp.git Install pppol2tp plugins with sane permissions Signed-off-by: Ludwig Nussel Signed-off-by: Paul Mackerras --- diff --git a/pppd/plugins/pppol2tp/Makefile.linux b/pppd/plugins/pppol2tp/Makefile.linux index 19eff67..ea3538e 100644 --- a/pppd/plugins/pppol2tp/Makefile.linux +++ b/pppd/plugins/pppol2tp/Makefile.linux @@ -20,7 +20,7 @@ all: $(PLUGINS) install: all $(INSTALL) -d -m 755 $(LIBDIR) - $(INSTALL) -c -m 4550 $(PLUGINS) $(LIBDIR) + $(INSTALL) -c -m 755 $(PLUGINS) $(LIBDIR) clean: rm -f *.o *.so