summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-08-24 07:06:36 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-08-24 07:06:36 +0000
commit8f4f3c8939d048a146844709f68959f541d6f6dd (patch)
treed31874dec252f6b53e16b974bf31c8bcb5922eb1 /dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild
parentNew release: 2.11.7 (diff)
downloadhistorical-8f4f3c8939d048a146844709f68959f541d6f6dd.tar.gz
historical-8f4f3c8939d048a146844709f68959f541d6f6dd.tar.bz2
historical-8f4f3c8939d048a146844709f68959f541d6f6dd.zip
Use POSIX options for cp; Partially resolves Bug #103487.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild')
-rw-r--r--dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild b/dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild
index ae41b7572206..51280ae0cafd 100644
--- a/dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild
+++ b/dev-lisp/openmcl/openmcl-0.14.2_p1.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/dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild,v 1.1 2005/03/11 16:51:39 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild,v 1.2 2005/08/24 07:06:36 mkennedy Exp $
inherit eutils common-lisp-common-2
@@ -33,7 +33,7 @@ src_unpack() {
< debian/run-bootstrap.lisp.template \
> debian/run-bootstrap.lisp
cp debian/Makefile .
- cp -a /usr/lib/openmcl/{PPCCL-orig,headers} .
+ cp -RP /usr/lib/openmcl/{PPCCL-orig,headers} .
popd
}