diff options
author | 2005-08-26 13:26:12 +0000 | |
---|---|---|
committer | 2005-08-26 13:26:12 +0000 | |
commit | d314d02df37c48a5faa674433aa572114096a334 (patch) | |
tree | ae4f72ca234b4cfa0755e4e8c2c1c29161fa8db2 /dev-util/argouml | |
parent | add ~ia64 (diff) | |
download | historical-d314d02df37c48a5faa674433aa572114096a334.tar.gz historical-d314d02df37c48a5faa674433aa572114096a334.tar.bz2 historical-d314d02df37c48a5faa674433aa572114096a334.zip |
Fix cp -a usage for Gentoo/FreeBSD.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'dev-util/argouml')
-rw-r--r-- | dev-util/argouml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/argouml/argouml-0.18.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/argouml/ChangeLog b/dev-util/argouml/ChangeLog index 575d5db8faf3..ea205e555b7c 100644 --- a/dev-util/argouml/ChangeLog +++ b/dev-util/argouml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/argouml # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v 1.12 2005/05/14 11:43:43 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v 1.13 2005/08/26 13:26:12 flameeyes Exp $ + + 26 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> argouml-0.18.1.ebuild: + Fix cp -a usage for Gentoo/FreeBSD. *argouml-0.18.1 (14 May 2005) diff --git a/dev-util/argouml/argouml-0.18.1.ebuild b/dev-util/argouml/argouml-0.18.1.ebuild index 9079a3cfe901..028d8b42da4e 100644 --- a/dev-util/argouml/argouml-0.18.1.ebuild +++ b/dev-util/argouml/argouml-0.18.1.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-util/argouml/argouml-0.18.1.ebuild,v 1.1 2005/05/14 11:43:43 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.18.1.ebuild,v 1.2 2005/08/26 13:26:12 flameeyes Exp $ inherit java-pkg @@ -23,7 +23,7 @@ src_compile() { :; } src_install() { dodir /opt/${PN} - cp -a . ${D}/opt/${PN}/lib/ + cp -pPR . ${D}/opt/${PN}/lib/ chmod -R 755 ${D}/opt/${PN} touch ${D}/opt/${PN}/lib/argouml.log chmod a+w ${D}/opt/${PN}/lib/argouml.log |