summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-05-29 17:00:02 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-05-29 17:00:02 +0000
commitcce3206e727c01d4e7cfe8a593b319baedeb50d5 (patch)
tree9e06b286f0fa4cff2ea2ef696c644e43870cc181 /games-strategy/freelords/freelords-0.3.8.ebuild
parentuse kgcc64 (diff)
downloadgentoo-2-cce3206e727c01d4e7cfe8a593b319baedeb50d5.tar.gz
gentoo-2-cce3206e727c01d4e7cfe8a593b319baedeb50d5.tar.bz2
gentoo-2-cce3206e727c01d4e7cfe8a593b319baedeb50d5.zip
Fix locale.alias collision, bug #180099
(Portage version: 2.1.2.7)
Diffstat (limited to 'games-strategy/freelords/freelords-0.3.8.ebuild')
-rw-r--r--games-strategy/freelords/freelords-0.3.8.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-strategy/freelords/freelords-0.3.8.ebuild b/games-strategy/freelords/freelords-0.3.8.ebuild
index 10ebce943bb6..9d8ffad48ea2 100644
--- a/games-strategy/freelords/freelords-0.3.8.ebuild
+++ b/games-strategy/freelords/freelords-0.3.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freelords/freelords-0.3.8.ebuild,v 1.1 2007/05/27 20:19:23 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freelords/freelords-0.3.8.ebuild,v 1.2 2007/05/29 17:00:02 nyhm Exp $
inherit eutils games
@@ -56,6 +56,7 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
+ rm -f "${D}"/usr/share/locale/locale.alias
doicon dat/various/${PN}.png
make_desktop_entry ${PN} FreeLords
if use editor ; then