diff options
author | midipix <writeonce@midipix.org> | 2021-06-19 19:33:49 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-06-19 21:35:22 +0200 |
commit | 58484e2bf686e408270a5b4e67a4e20a423e08fb (patch) | |
tree | c034eed2a9725d87a83610bacd99a95bbeb30d47 | |
parent | 8271826efd3dced8d19680664632d3fe51125faa (diff) | |
download | midipix_build-58484e2bf686e408270a5b4e67a4e20a423e08fb.tar.bz2 midipix_build-58484e2bf686e408270a5b4e67a4e20a423e08fb.tar.xz |
readline-8.1.local.patch: set correct permission on installed shared libraries.
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
-rw-r--r-- | patches/readline-8.1.local.patch | 9 |
1 files changed, 9 insertions, 0 deletions
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@ |