diff options
Diffstat (limited to 'meta-oe/recipes-support/syslog-ng/files/fix-invalid-ownership.patch')
-rw-r--r-- | meta-oe/recipes-support/syslog-ng/files/fix-invalid-ownership.patch | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/files/fix-invalid-ownership.patch b/meta-oe/recipes-support/syslog-ng/files/fix-invalid-ownership.patch index faf967247f..54ecce57e3 100644 --- a/meta-oe/recipes-support/syslog-ng/files/fix-invalid-ownership.patch +++ b/meta-oe/recipes-support/syslog-ng/files/fix-invalid-ownership.patch | |||
@@ -10,11 +10,11 @@ Signed-off-by: Ming Liu <ming.liu@windriver.com> | |||
10 | scl/Makefile.am | 2 +- | 10 | scl/Makefile.am | 2 +- |
11 | 1 files changed, 1 insertions(+), 1 deletions(-) | 11 | 1 files changed, 1 insertions(+), 1 deletions(-) |
12 | 12 | ||
13 | diff --git a/scl/Makefile.am b/scl/Makefile.am | 13 | Index: syslog-ng-3.8.1/scl/Makefile.am |
14 | index 57fad5d..2a29ca5 100644 | 14 | =================================================================== |
15 | --- a/scl/Makefile.am | 15 | --- syslog-ng-3.8.1.orig/scl/Makefile.am |
16 | +++ b/scl/Makefile.am | 16 | +++ syslog-ng-3.8.1/scl/Makefile.am |
17 | @@ -14,7 +14,7 @@ scl-install-data-local: | 17 | @@ -27,7 +27,7 @@ scl-install-data-local: |
18 | fi; \ | 18 | fi; \ |
19 | done | 19 | done |
20 | $(mkinstalldirs) $(DESTDIR)/$(scldir) | 20 | $(mkinstalldirs) $(DESTDIR)/$(scldir) |
@@ -23,6 +23,3 @@ index 57fad5d..2a29ca5 100644 | |||
23 | chmod -R u+rwX $(DESTDIR)/$(scldir) | 23 | chmod -R u+rwX $(DESTDIR)/$(scldir) |
24 | 24 | ||
25 | scl-uninstall-local: | 25 | scl-uninstall-local: |
26 | -- | ||
27 | 1.7.1 | ||
28 | |||