]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - ppp/patches/0024-build-sys-install-pppoatm-plugin-files-with-standard.patch
ppp: Update to 2.4.6.
[people/amarx/ipfire-3.x.git] / ppp / patches / 0024-build-sys-install-pppoatm-plugin-files-with-standard.patch
1 From 0fdb22ef3d3cc3b297372451d60bd6c61d047d27 Mon Sep 17 00:00:00 2001
2 From: Michal Sekletar <msekleta@redhat.com>
3 Date: Thu, 10 Apr 2014 10:08:41 +0200
4 Subject: [PATCH 24/25] build-sys: install pppoatm plugin files with standard
5 perms
6
7 ---
8 pppd/plugins/pppoatm/Makefile.linux | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/pppd/plugins/pppoatm/Makefile.linux b/pppd/plugins/pppoatm/Makefile.linux
12 index 769794b..4c5826f 100644
13 --- a/pppd/plugins/pppoatm/Makefile.linux
14 +++ b/pppd/plugins/pppoatm/Makefile.linux
15 @@ -37,7 +37,7 @@ $(PLUGIN): $(PLUGIN_OBJS)
16
17 install: all
18 $(INSTALL) -d -m 755 $(LIBDIR)
19 - $(INSTALL) -c -m 4550 $(PLUGIN) $(LIBDIR)
20 + $(INSTALL) -c -m 755 $(PLUGIN) $(LIBDIR)
21
22 clean:
23 rm -f *.o *.so
24 --
25 1.8.3.1
26