Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/rafkill/files: rafkill-1.2.3-build.patch
Date: Wed, 30 Apr 2008 16:42:38
Message-Id: E1JrFO7-0003mP-IM@stork.gentoo.org
1 nyhm 08/04/30 16:42:35
2
3 Modified: rafkill-1.2.3-build.patch
4 Log:
5 Fix scons failure when some directories in /usr/local don't exist
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.2 games-action/rafkill/files/rafkill-1.2.3-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rafkill/files/rafkill-1.2.3-build.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rafkill/files/rafkill-1.2.3-build.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rafkill/files/rafkill-1.2.3-build.patch?r1=1.1&r2=1.2
14
15 Index: rafkill-1.2.3-build.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/rafkill/files/rafkill-1.2.3-build.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- rafkill-1.2.3-build.patch 31 Jan 2007 10:32:25 -0000 1.1
22 +++ rafkill-1.2.3-build.patch 30 Apr 2008 16:42:35 -0000 1.2
23 @@ -1,5 +1,16 @@
24 --- SConstruct
25 +++ SConstruct
26 +@@ -8,8 +8,8 @@
27 +
28 + print "Use 'scons -h' for help"
29 +
30 +-prefix = '/usr/local/games'
31 +-bin = '/usr/local/bin'
32 ++prefix = 'data'
33 ++bin = 'src'
34 + if sys.platform == 'win32':
35 + try:
36 + Execute(Mkdir('gen'))
37 @@ -46,7 +46,12 @@
38 # print "Install directory = $prefix"
39 # print "Directory where symlinked binary will go = $bin"
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list