diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-10 10:55:18 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-10 10:55:18 +0000 |
commit | 8539a1b6690061b1545b17f2061753f6d4abc120 (patch) | |
tree | ee57d986e79144c3895f4b14379d83c8bf02ec04 /net-www/adobesvg/adobesvg-3.01.ebuild | |
parent | Restrict stripping -- binary only package. (diff) | |
download | gentoo-2-8539a1b6690061b1545b17f2061753f6d4abc120.tar.gz gentoo-2-8539a1b6690061b1545b17f2061753f6d4abc120.tar.bz2 gentoo-2-8539a1b6690061b1545b17f2061753f6d4abc120.zip |
Restrict stripping -- binary only package.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'net-www/adobesvg/adobesvg-3.01.ebuild')
-rw-r--r-- | net-www/adobesvg/adobesvg-3.01.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-www/adobesvg/adobesvg-3.01.ebuild b/net-www/adobesvg/adobesvg-3.01.ebuild index ee6f66b0f455..ab956012f9a2 100644 --- a/net-www/adobesvg/adobesvg-3.01.ebuild +++ b/net-www/adobesvg/adobesvg-3.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/adobesvg/adobesvg-3.01.ebuild,v 1.1 2005/06/26 10:34:07 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/adobesvg/adobesvg-3.01.ebuild,v 1.2 2008/10/10 10:55:18 flameeyes Exp $ inherit nsplugins @@ -17,6 +17,8 @@ IUSE="" S="${WORKDIR}/${PN}-3.01" +RESTRICT="strip" + src_install() { insinto /usr/lib/adobesvg doins *.so LICENSE.txt |