Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/dvbcut/files: dvbcut-0.5.4-scons.patch
Date: Sun, 19 Oct 2008 17:29:17
Message-Id: E1Krc5a-0005Ov-B6@stork.gentoo.org
1 aballier 08/10/19 17:29:14
2
3 Added: dvbcut-0.5.4-scons.patch
4 Log:
5 Add a patch by Daniel Pielmeier <daniel.pielmeier@××××××××××.com> to fix build when /usr/local does not exist. Bug #230095
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)
7
8 Revision Changes Path
9 1.1 media-video/dvbcut/files/dvbcut-0.5.4-scons.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/files/dvbcut-0.5.4-scons.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/files/dvbcut-0.5.4-scons.patch?rev=1.1&content-type=text/plain
13
14 Index: dvbcut-0.5.4-scons.patch
15 ===================================================================
16 --- SConstruct 2007-04-13 19:36:40.000000000 +0200
17 +++ SConstruct 2008-06-29 22:38:32.000000000 +0200
18 @@ -7,9 +7,9 @@
19
20 opts=Options()
21
22 -opt=opts.Add(PathOption('PREFIX', 'Directory to install under', '/usr/local'))
23 +opt=opts.Add(PathOption('PREFIX', 'Directory to install under', '/usr'))
24 opt=opts.Add(PathOption('BINDIR', 'Directory to install under', os.path.join('$PREFIX','bin')))
25 -opt=opts.Add(PathOption('MANPATH', 'Directory to install under', os.path.join('$PREFIX','man')))
26 +opt=opts.Add(PathOption('MANPATH', 'Directory to install under', os.path.join('$PREFIX','share/man')))
27
28 ### DEBUG MODE