diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2005-08-23 20:46:29 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2005-08-23 20:46:29 +0000 |
commit | 700ea23dd46eb99b58f3bdd037078371d6547d47 (patch) | |
tree | 771b86d56bb8cf500f0b2e3e20ab6eb9c0ec070c /sci-electronics/petrify/petrify-4.2.ebuild | |
parent | Add inherit eutils. (diff) | |
download | gentoo-2-700ea23dd46eb99b58f3bdd037078371d6547d47.tar.gz gentoo-2-700ea23dd46eb99b58f3bdd037078371d6547d47.tar.bz2 gentoo-2-700ea23dd46eb99b58f3bdd037078371d6547d47.zip |
cp -a bad. #103487
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-electronics/petrify/petrify-4.2.ebuild')
-rw-r--r-- | sci-electronics/petrify/petrify-4.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-electronics/petrify/petrify-4.2.ebuild b/sci-electronics/petrify/petrify-4.2.ebuild index a3d28b5fea5e..cd7ffb3ae8e8 100644 --- a/sci-electronics/petrify/petrify-4.2.ebuild +++ b/sci-electronics/petrify/petrify-4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/petrify/petrify-4.2.ebuild,v 1.2 2004/12/27 21:06:54 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/petrify/petrify-4.2.ebuild,v 1.3 2005/08/23 20:46:29 chrb Exp $ DESCRIPTION="Synthesize Petri nets into asynchronous circuits" HOMEPAGE="http://www.lsi.upc.es/~jordic/petrify/" @@ -21,7 +21,7 @@ src_install () { dosym /opt/petrify/petrify /opt/petrify/write_sg dodoc doc/* doman man/man1/* - cp -a lib/petrify.lib ${D}/opt/petrify + cp -pPR lib/petrify.lib ${D}/opt/petrify dodir /etc/env.d echo "PATH=/opt/petrify" > ${D}/etc/env.d/00petrify } |