Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/solfege/files: solfege-3.16.4-parallel-install.patch
Date: Mon, 29 Nov 2010 09:44:02
Message-Id: 20101129094350.369D820054@flycatcher.gentoo.org
1 radhermit 10/11/29 09:43:50
2
3 Added: solfege-3.16.4-parallel-install.patch
4 Log:
5 Fix parallel install issue (bug #347055 by Teun).
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-sound/solfege/files/solfege-3.16.4-parallel-install.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/solfege/files/solfege-3.16.4-parallel-install.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/solfege/files/solfege-3.16.4-parallel-install.patch?rev=1.1&content-type=text/plain
14
15 Index: solfege-3.16.4-parallel-install.patch
16 ===================================================================
17 --- solfege-3.16.4/Makefile.in.orig 2010-11-29 01:22:56.006406814 -0800
18 +++ solfege-3.16.4/Makefile.in 2010-11-29 01:23:12.252510667 -0800
19 @@ -129,8 +129,7 @@
20
21 install: all mkinstalldirs install-po install-soundcard install-graphics install-program-files compileall
22
23 -install-program-files:
24 - $(INSTALL_PROGRAM) run-solfege.py $(DESTDIR)/$(bindir)/solfege
25 +install-program-files: mkinstalldirs
26 $(INSTALL_PROGRAM) run-solfege.py $(DESTDIR)/$(bindir)/solfege
27 $(INSTALL_DATA) solfege.gtkrc $(DESTDIR)/$(datadir)/$(PACKAGE)
28 $(INSTALL_DATA) default.config $(DESTDIR)/$(datadir)/$(PACKAGE)