Gentoo Archives: gentoo-commits

From: "Paul Varner (fuzzyray)" <fuzzyray@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/porthole/files: porthole-0.6.0_rc2-pocompile.patch
Date: Fri, 02 May 2008 04:34:59
Message-Id: E1Jrmz2-0008KL-NN@stork.gentoo.org
1 fuzzyray 08/05/02 04:34:56
2
3 Added: porthole-0.6.0_rc2-pocompile.patch
4 Log:
5 Fix pocompile.sh to use /bin/bash. Add die statement in case it fails.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 app-portage/porthole/files/porthole-0.6.0_rc2-pocompile.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porthole/files/porthole-0.6.0_rc2-pocompile.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porthole/files/porthole-0.6.0_rc2-pocompile.patch?rev=1.1&content-type=text/plain
13
14 Index: porthole-0.6.0_rc2-pocompile.patch
15 ===================================================================
16 diff -u -r porthole-0.6.0_rc2.orig/scripts/pocompile.sh porthole-0.6.0_rc2/scripts/pocompile.sh
17 --- porthole-0.6.0_rc2.orig/scripts/pocompile.sh 2008-04-20 16:11:47.000000000 -0500
18 +++ porthole-0.6.0_rc2/scripts/pocompile.sh 2008-05-01 23:15:50.000000000 -0500
19 @@ -1,4 +1,4 @@
20 -#!/bin/sh
21 +#!/bin/bash
22 # Helper script to compile all .po files in the i18n directroy into .mo files.
23 # Requires sys-devel/gettext.
24 #
25
26
27
28 --
29 gentoo-commits@l.g.o mailing list