Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/phaser/files: phaser-2.1.4-chmod.patch
Date: Sat, 03 Jul 2010 13:32:46
Message-Id: 20100703133241.777A02C5F4@corvid.gentoo.org
1 jlec 10/07/03 13:32:41
2
3 Added: phaser-2.1.4-chmod.patch
4 Log:
5 Initial addition
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-chemistry/phaser/files/phaser-2.1.4-chmod.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/phaser/files/phaser-2.1.4-chmod.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/phaser/files/phaser-2.1.4-chmod.patch?rev=1.1&content-type=text/plain
13
14 Index: phaser-2.1.4-chmod.patch
15 ===================================================================
16 diff --git a/lib/cctbx/cctbx_sources/libtbx/libtbx/config.py b/lib/cctbx/cctbx_sources/libtbx/libtbx/config.py
17 index 3b1bd3a..8939a74 100755
18 --- a/lib/cctbx/cctbx_sources/libtbx/libtbx/config.py
19 +++ b/lib/cctbx/cctbx_sources/libtbx/libtbx/config.py
20 @@ -802,8 +802,6 @@ class environment:
21 else:
22 action = self.write_bin_sh_dispatcher
23 ext = ""
24 - try: os.chmod(source_file, 0755)
25 - except OSError: pass
26 target_file_ext = target_file + ext
27 remove_or_rename(target_file_ext)
28 try: action(source_file, target_file_ext)