diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2008-03-13 09:27:40 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2008-03-13 09:27:40 +0000 |
commit | 8f70f41568dd2815efc18bbb29867fba2a399197 (patch) | |
tree | c70354619d3b0d83b4a6e3cc3c54ebf201d5f00c /x11-themes/fvwm-crystal/fvwm-crystal-3.0.5-r1.ebuild | |
parent | Version bump (bug #213140). Dropped old version. (diff) | |
download | historical-8f70f41568dd2815efc18bbb29867fba2a399197.tar.gz historical-8f70f41568dd2815efc18bbb29867fba2a399197.tar.bz2 historical-8f70f41568dd2815efc18bbb29867fba2a399197.zip |
Fixed env vars in fvwm-crystal.apps.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-themes/fvwm-crystal/fvwm-crystal-3.0.5-r1.ebuild')
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.0.5-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.0.5-r1.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.0.5-r1.ebuild index e55fa92b96a6..8999c1bf24de 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.0.5-r1.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.5-r1.ebuild,v 1.5 2008/03/11 15:00:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.5-r1.ebuild,v 1.6 2008/03/13 09:27:40 lucass Exp $ inherit eutils @@ -21,6 +21,8 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${WORKDIR}/${P}-envfix.patch" + sed -e 's/MenuPosition-/MenuPosition_/g' \ + -i bin/fvwm-crystal.apps } src_compile() { |