diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-06 21:25:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-06 21:25:59 +0000 |
commit | 7cbd4f22fdda641b797da860e53d9aff605b8bbf (patch) | |
tree | 1a390a1c6237da5522c901916bb9db857db9542e /games-arcade/frozen-bubble/frozen-bubble-2.2.0.ebuild | |
parent | Remove unused patch. (diff) | |
download | gentoo-2-7cbd4f22fdda641b797da860e53d9aff605b8bbf.tar.gz gentoo-2-7cbd4f22fdda641b797da860e53d9aff605b8bbf.tar.bz2 gentoo-2-7cbd4f22fdda641b797da860e53d9aff605b8bbf.zip |
install in vendor_perl (bug #283734)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-arcade/frozen-bubble/frozen-bubble-2.2.0.ebuild')
-rw-r--r-- | games-arcade/frozen-bubble/frozen-bubble-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/frozen-bubble/frozen-bubble-2.2.0.ebuild b/games-arcade/frozen-bubble/frozen-bubble-2.2.0.ebuild index f1e534c3b1b3..6d3bd1b9b613 100644 --- a/games-arcade/frozen-bubble/frozen-bubble-2.2.0.ebuild +++ b/games-arcade/frozen-bubble/frozen-bubble-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/frozen-bubble/frozen-bubble-2.2.0.ebuild,v 1.9 2009/03/09 17:11:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/frozen-bubble/frozen-bubble-2.2.0.ebuild,v 1.10 2009/09/06 21:25:59 mr_bones_ Exp $ EAPI=2 inherit eutils gnome2-utils perl-module games @@ -38,7 +38,7 @@ src_prepare() { src_install() { local res - emake DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" INSTALLDIRS=vendor install || die "make install failed" dodoc AUTHORS NEWS README TIPS for res in 16x16 32x32 48x48 64x64 ; do insinto /usr/share/icons/hicolor/${res}/apps |