diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-08-02 02:24:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-08-02 02:24:00 +0000 |
commit | 8aa95f93bd069f80d072d1b059dd653ddc28b1a7 (patch) | |
tree | da8213febb2a54ce523f732642aee80061d3e1e9 /media-video | |
parent | x86 stable wrt bug #330599 (diff) | |
download | gentoo-2-8aa95f93bd069f80d072d1b059dd653ddc28b1a7.tar.gz gentoo-2-8aa95f93bd069f80d072d1b059dd653ddc28b1a7.tar.bz2 gentoo-2-8aa95f93bd069f80d072d1b059dd653ddc28b1a7.zip |
whitespace
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/projectx/projectx-0.90.4.00_p33-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/projectx/projectx-0.90.4.00_p33-r1.ebuild b/media-video/projectx/projectx-0.90.4.00_p33-r1.ebuild index 17a10f26247a..0ad92d67829f 100644 --- a/media-video/projectx/projectx-0.90.4.00_p33-r1.ebuild +++ b/media-video/projectx/projectx-0.90.4.00_p33-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.90.4.00_p33-r1.ebuild,v 1.1 2010/08/01 00:55:09 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.90.4.00_p33-r1.ebuild,v 1.2 2010/08/02 02:24:00 mr_bones_ Exp $ EAPI="3" @@ -58,7 +58,7 @@ java_prepare() { # copy build.xml cp -f "${FILESDIR}/build-${PV}.xml" build.xml || die - # patch executable and icon + # patch executable and icon sed -i -e "s:^\(Exec=\).*:\1${PN}_gui:g" \ -e "s:^\(Icon=\).*:\1${PN}:g" *.desktop || die |