diff options
author | 2013-11-29 14:04:14 +0000 | |
---|---|---|
committer | 2013-11-29 14:04:14 +0000 | |
commit | 55d5840a90220ce79b5aa8612f025a09e09b0e4a (patch) | |
tree | 003a8cbe15c7cdca452bc5a0dfe9b55b86615fb1 /dev-util/strace/strace-9999.ebuild | |
parent | Version bump. Fixed docdir location (diff) | |
download | gentoo-2-55d5840a90220ce79b5aa8612f025a09e09b0e4a.tar.gz gentoo-2-55d5840a90220ce79b5aa8612f025a09e09b0e4a.tar.bz2 gentoo-2-55d5840a90220ce79b5aa8612f025a09e09b0e4a.zip |
Fix USE=-perl thinko #492826 by Duncan.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'dev-util/strace/strace-9999.ebuild')
-rw-r--r-- | dev-util/strace/strace-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild index 6f8b3907c450..d30463c8508b 100644 --- a/dev-util/strace/strace-9999.ebuild +++ b/dev-util/strace/strace-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-9999.ebuild,v 1.5 2013/11/28 22:22:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-9999.ebuild,v 1.6 2013/11/29 14:04:14 vapier Exp $ EAPI="4" @@ -41,6 +41,6 @@ src_prepare() { src_install() { default - use perl || rm /usr/bin/strace-graph + use perl || rm "${ED}"/usr/bin/strace-graph dodoc CREDITS } |