diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-11-07 22:44:35 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-11-07 22:44:35 +0000 |
commit | 6c6a5cecebcccaa99505facd7779dd41eb9fecd0 (patch) | |
tree | bb36e0b12a56b0f9e4633fe8995c6a0b6f32293d /eclass/ruby-ng.eclass | |
parent | old (diff) | |
download | gentoo-2-6c6a5cecebcccaa99505facd7779dd41eb9fecd0.tar.gz gentoo-2-6c6a5cecebcccaa99505facd7779dd41eb9fecd0.tar.bz2 gentoo-2-6c6a5cecebcccaa99505facd7779dd41eb9fecd0.zip |
export EBZR_TREE_CRC32 variable with revision information of the checked out tree, see bug 343355 for details
Diffstat (limited to 'eclass/ruby-ng.eclass')
-rw-r--r-- | eclass/ruby-ng.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass index 08fc12f5bc58..72286080eed4 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -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/eclass/ruby-ng.eclass,v 1.28 2010/09/10 13:03:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng.eclass,v 1.29 2010/11/07 22:44:35 fauli Exp $ # # @ECLASS: ruby-ng.eclass # @MAINTAINER: @@ -342,7 +342,7 @@ _ruby_apply_patches() { _ruby_source_copy() { # Until we actually find a reason not to, we use hardlinks, this # should reduce the amount of disk space that is wasted by this. - cp -prl all ${_ruby_implementation} \ + cp -pr all ${_ruby_implementation} \ || die "Unable to copy ${_ruby_implementation} environment" } |