diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2009-01-14 16:04:46 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2009-01-14 16:04:46 +0000 |
commit | 7ab9cc9a779a0a20eea68adbb6292167b76249ca (patch) | |
tree | 9e90bdf66a177d4deaa9fc129b779229162c6d19 /x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild | |
parent | Prevent automatic stripping of binaries. Closes bug #252109. (diff) | |
download | historical-7ab9cc9a779a0a20eea68adbb6292167b76249ca.tar.gz historical-7ab9cc9a779a0a20eea68adbb6292167b76249ca.tar.bz2 historical-7ab9cc9a779a0a20eea68adbb6292167b76249ca.zip |
Prevent automatic stripping of binaries. Closes bug #252107.
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686
Diffstat (limited to 'x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild')
-rw-r--r-- | x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild index 1a576cb9fa28..25e5357a7e39 100644 --- a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild +++ b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.7 2008/06/29 14:11:34 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.8 2009/01/14 16:04:46 s4t4n Exp $ inherit eutils @@ -22,7 +22,8 @@ RDEPEND=">=net-misc/wget-1.9-r2 x11-libs/libXpm" DEPEND="${RDEPEND} x11-proto/xproto - x11-proto/xextproto" + x11-proto/xextproto + >=sys-apps/sed-4.1.5-r1" S=${WORKDIR}/${MY_P}-${PV}/${MY_P} @@ -31,6 +32,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${PN}-noman.patch sed -i -e 's/-geom /-geometry /' GrabImage || die "sed failed." + sed -i -e 's/install -s -m /install -m /' Makefile || die "sed failed." } src_compile() { |