0001-Drop-chmod-hack.patch 863 B

1234567891011121314151617181920212223242526272829
  1. From 49b8d9662365e0e9b0725682b8a8479de402b272 Mon Sep 17 00:00:00 2001
  2. From: Alexey Shvetsov <alexxy@gentoo.org>
  3. Date: Sat, 23 Mar 2013 16:40:04 +0400
  4. Subject: [PATCH] Drop chmod hack.
  5. It doesnt work if wrapper installed system-wide
  6. Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
  7. ---
  8. gromacs/config.py | 2 --
  9. 1 file changed, 2 deletions(-)
  10. diff --git a/gromacs/config.py b/gromacs/config.py
  11. index cece6fc..2e686e7 100644
  12. --- a/gromacs/config.py
  13. +++ b/gromacs/config.py
  14. @@ -619,8 +619,6 @@ del g
  15. # Must extract because it is part of a zipped python egg;
  16. # see http://peak.telecommunity.com/DevCenter/PythonEggs#accessing-package-resources
  17. GridMAT_MD = resource_filename(__name__,'external/GridMAT-MD_v1.0.2/GridMAT-MD.pl')
  18. -os.chmod(GridMAT_MD, 0755)
  19. -
  20. #: 3rd party bundled analysis scripts and tools; this is a list of triplets of
  21. #:
  22. --
  23. 1.8.1.5