summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-08-14 15:33:29 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-08-14 15:33:29 +0000
commitc48713381fed9587d1956e0990ffaa5ddeefac72 (patch)
tree55934a209d4e21fd0ec53c9a0ab9420cb9911116 /net-im/licq/licq-1.3.0.ebuild
parentnew snapshot currently -* because clicking does not work for me, sed sound su... (diff)
downloadgentoo-2-c48713381fed9587d1956e0990ffaa5ddeefac72.tar.gz
gentoo-2-c48713381fed9587d1956e0990ffaa5ddeefac72.tar.bz2
gentoo-2-c48713381fed9587d1956e0990ffaa5ddeefac72.zip
Fix installation when PORTAGE_TMPDIR != /var/tmp thanks to Lars (Polynomial-C) <polynomial-C@gmx.de> in bug 127525
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'net-im/licq/licq-1.3.0.ebuild')
-rw-r--r--net-im/licq/licq-1.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/licq/licq-1.3.0.ebuild b/net-im/licq/licq-1.3.0.ebuild
index cdd20f199759..90290c91504b 100644
--- a/net-im/licq/licq-1.3.0.ebuild
+++ b/net-im/licq/licq-1.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0.ebuild,v 1.11 2006/06/24 00:29:47 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0.ebuild,v 1.12 2006/08/14 15:33:29 genstef Exp $
inherit eutils kde-functions
@@ -154,7 +154,7 @@ src_install() {
doexe ${S}/upgrade/*
# fixes bug #22136
- rm -fR ${D}/var
+ rm -fR ${D}/$(echo ${D} | awk -F / '{print $2}')
}
pkg_postinst() {