From 58484e2bf686e408270a5b4e67a4e20a423e08fb Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Jun 2021 19:33:49 +0000 Subject: readline-8.1.local.patch: set correct permission on installed shared libraries. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucio Andrés Illanes Albornoz --- patches/readline-8.1.local.patch | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'patches') diff --git a/patches/readline-8.1.local.patch b/patches/readline-8.1.local.patch index 868a008f..6e6a9bad 100644 --- a/patches/readline-8.1.local.patch +++ b/patches/readline-8.1.local.patch @@ -1,6 +1,15 @@ diff -ru a/shlib/Makefile.in b/shlib/Makefile.in --- a/shlib/Makefile.in 2020-10-29 19:47:57.000000000 +0000 +++ b/shlib/Makefile.in 2021-06-17 12:56:54.468810553 +0000 +@@ -36,7 +36,7 @@ + + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +-INSTALL_DATA = @INSTALL_DATA@ ++INSTALL_DATA = @INSTALL_DATA@ -m 0755 + + CC = @CC@ + RANLIB = @RANLIB@ @@ -86,7 +86,7 @@ SHOBJ_LIBS = @SHOBJ_LIBS@ -- cgit v1.2.3