summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2005-08-24 16:30:29 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2005-08-24 16:30:29 +0000
commitd781b2089d4122b841393b22e63b123e3f0456c9 (patch)
treee82d72bd12cac3b3ebf020660f6a6075cd2d57dd /sci-libs/torch/torch-3.ebuild
parentepatch does not need die. (diff)
downloadhistorical-d781b2089d4122b841393b22e63b123e3f0456c9.tar.gz
historical-d781b2089d4122b841393b22e63b123e3f0456c9.tar.bz2
historical-d781b2089d4122b841393b22e63b123e3f0456c9.zip
No longer using cp -a (bug #103487)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-libs/torch/torch-3.ebuild')
-rw-r--r--sci-libs/torch/torch-3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/torch/torch-3.ebuild b/sci-libs/torch/torch-3.ebuild
index 582425824a99..198c2c7e62be 100644
--- a/sci-libs/torch/torch-3.ebuild
+++ b/sci-libs/torch/torch-3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/torch/torch-3.ebuild,v 1.2 2005/05/09 11:21:27 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/torch/torch-3.ebuild,v 1.3 2005/08/24 16:28:34 phosphan Exp $
inherit toolchain-funcs multilib
@@ -55,7 +55,7 @@ src_install() {
dodoc LICENSE
dodir /usr/share/doc/${PF}
insinto /usr/share/doc/${PF}
- cp -a examples ${D}/usr/share/doc/${PF}
+ cp -pPR examples ${D}/usr/share/doc/${PF}
cd ${D}/usr/share/doc/${PF}
sed -i \
-e 's|^TORCHDIR.*|TORCHDIR := /usr/share/torch|' \