dont-make-libpython-readonly.patch 476 B

1234567891011121314
  1. diff --git a/Makefile.pre.in b/Makefile.pre.in
  2. index ce2c0aa..7d6dcf7 100644
  3. --- a/Makefile.pre.in
  4. +++ b/Makefile.pre.in
  5. @@ -60,7 +60,7 @@ INSTALL_DATA= @INSTALL_DATA@
  6. # Shared libraries must be installed with executable mode on some systems;
  7. # rather than figuring out exactly which, we always give them executable mode.
  8. # Also, making them read-only seems to be a good idea...
  9. -INSTALL_SHARED= ${INSTALL} -m 555
  10. +INSTALL_SHARED= ${INSTALL} -m 755
  11. MKDIR_P= @MKDIR_P@