]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - ppp/patches/0024-build-sys-install-pppoatm-plugin-files-with-standard.patch
libunistring: Update to version 0.9.6
[people/amarx/ipfire-3.x.git] / ppp / patches / 0024-build-sys-install-pppoatm-plugin-files-with-standard.patch
CommitLineData
a373e543
SS
1From 0fdb22ef3d3cc3b297372451d60bd6c61d047d27 Mon Sep 17 00:00:00 2001
2From: Michal Sekletar <msekleta@redhat.com>
3Date: Thu, 10 Apr 2014 10:08:41 +0200
4Subject: [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
11diff --git a/pppd/plugins/pppoatm/Makefile.linux b/pppd/plugins/pppoatm/Makefile.linux
12index 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--
251.8.3.1
26