summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-11-07 22:52:44 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-11-07 22:52:44 +0000
commitaeba8a460388d848bc33d9bdc85d0f74af06c974 (patch)
tree04b43086103e6a5cea5824b1b9cfc4b492aeef47 /eclass
parentebuild QA: missing || die statments (diff)
downloadhistorical-aeba8a460388d848bc33d9bdc85d0f74af06c974.tar.gz
historical-aeba8a460388d848bc33d9bdc85d0f74af06c974.tar.bz2
historical-aeba8a460388d848bc33d9bdc85d0f74af06c974.zip
Damn, this change was not intended
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ruby-ng.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index 72286080eed4..90ca9144659b 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.29 2010/11/07 22:44:35 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng.eclass,v 1.30 2010/11/07 22:52:44 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 -pr all ${_ruby_implementation} \
+ cp -prl all ${_ruby_implementation} \
|| die "Unable to copy ${_ruby_implementation} environment"
}