]> git.ozlabs.org Git - ppp.git/commitdiff
Install pppol2tp plugins with sane permissions
authorLudwig Nussel <ludwig.nussel@suse.de>
Tue, 9 Feb 2010 16:32:16 +0000 (17:32 +0100)
committerPaul Mackerras <paulus@samba.org>
Sat, 6 Mar 2010 11:22:57 +0000 (22:22 +1100)
Signed-off-by: Ludwig Nussel <ludwig.nussel@suse.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
pppd/plugins/pppol2tp/Makefile.linux

index 19eff67a439449056e80a1ec5a290cfbabb9b2e5..ea3538e22d56a9299614d64094fbdb43a2eab004 100644 (file)
@@ -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