summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2011-08-10 14:06:39 +0000
committerLars Wendler <polynomial-c@gentoo.org>2011-08-10 14:06:39 +0000
commit9a60e8ca567d3749c7dd9b44b2222fdb9b209f4b (patch)
treef1c212b663bb5fb2e08d565582959a454d8d33cc /net-irc/xchat/xchat-2.8.8-r2.ebuild
parentDon't force "-g -pipe" on CFLAGS (bug #378647) (diff)
downloadgentoo-2-9a60e8ca567d3749c7dd9b44b2222fdb9b209f4b.tar.gz
gentoo-2-9a60e8ca567d3749c7dd9b44b2222fdb9b209f4b.tar.bz2
gentoo-2-9a60e8ca567d3749c7dd9b44b2222fdb9b209f4b.zip
Don't install .la files
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/xchat/xchat-2.8.8-r2.ebuild')
-rw-r--r--net-irc/xchat/xchat-2.8.8-r2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-irc/xchat/xchat-2.8.8-r2.ebuild b/net-irc/xchat/xchat-2.8.8-r2.ebuild
index b747d37f71df..2669b0cddcb9 100644
--- a/net-irc/xchat/xchat-2.8.8-r2.ebuild
+++ b/net-irc/xchat/xchat-2.8.8-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.8-r2.ebuild,v 1.8 2011/08/10 13:53:32 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.8-r2.ebuild,v 1.9 2011/08/10 14:06:39 polynomial-c Exp $
EAPI=3
@@ -117,6 +117,9 @@ src_install() {
if ! use gtk ; then
rm "${ED}"/usr/share/applications -rf
fi
+
+ # Don't install .la files
+ find "${ED}" -name '*.la' -delete
}
pkg_postinst() {