diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-11 11:09:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-11 11:09:21 +0000 |
commit | 527545fb1723261daeab02b10a964a6c52335e6a (patch) | |
tree | 3c096814308512ee3070a21d531bc93142fe9d40 /media-gfx/scrot | |
parent | arm/sh love #157152 by Shvetsov Alexey (diff) | |
download | gentoo-2-527545fb1723261daeab02b10a964a6c52335e6a.tar.gz gentoo-2-527545fb1723261daeab02b10a964a6c52335e6a.tar.bz2 gentoo-2-527545fb1723261daeab02b10a964a6c52335e6a.zip |
arm/sh love #157152 by Shvetsov Alexey
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-gfx/scrot')
-rw-r--r-- | media-gfx/scrot/scrot-0.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/scrot/scrot-0.8.ebuild b/media-gfx/scrot/scrot-0.8.ebuild index 41ae5c7ea088..4aa53ffe57d1 100644 --- a/media-gfx/scrot/scrot-0.8.ebuild +++ b/media-gfx/scrot/scrot-0.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/media-gfx/scrot/scrot-0.8.ebuild,v 1.16 2007/01/23 20:26:09 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/scrot-0.8.ebuild,v 1.17 2007/02/11 11:09:21 vapier Exp $ inherit bash-completion @@ -10,14 +10,14 @@ SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" LICENSE="as-is BSD" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=media-libs/imlib2-1.0.3 >=media-libs/giblib-1.2.3" src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die rm -r "${D}"/usr/doc dodoc TODO README AUTHORS ChangeLog |