diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-03-09 04:43:24 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-03-09 04:43:24 +0000 |
commit | 93143f1ebde00dc2f5fe7c687d186690be777af2 (patch) | |
tree | 09d3b09073303277c21aa9043bc4f90623355ab1 /app-sci/maestro | |
parent | Added ~mips to KEYWORDS (diff) | |
download | historical-93143f1ebde00dc2f5fe7c687d186690be777af2.tar.gz historical-93143f1ebde00dc2f5fe7c687d186690be777af2.tar.bz2 historical-93143f1ebde00dc2f5fe7c687d186690be777af2.zip |
Tiny fix. *I see noone*
Diffstat (limited to 'app-sci/maestro')
-rw-r--r-- | app-sci/maestro/Manifest | 2 | ||||
-rw-r--r-- | app-sci/maestro/maestro-2004.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-sci/maestro/Manifest b/app-sci/maestro/Manifest index e572dd477e74..dc62a75846db 100644 --- a/app-sci/maestro/Manifest +++ b/app-sci/maestro/Manifest @@ -1,4 +1,4 @@ -MD5 bdda9620b48d8fa2c9aeef3b27d706a7 maestro-2004.ebuild 1122 +MD5 3739d156d9ed69c9f20c696626a5a7ec maestro-2004.ebuild 1121 MD5 d66783e50532c8e228847582ebb652c0 ChangeLog 353 MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 MD5 a48acbcdd6c3b208041193e0ac79b5b7 files/digest-maestro-2004 67 diff --git a/app-sci/maestro/maestro-2004.ebuild b/app-sci/maestro/maestro-2004.ebuild index e446265f7198..519419918071 100644 --- a/app-sci/maestro/maestro-2004.ebuild +++ b/app-sci/maestro/maestro-2004.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/maestro/maestro-2004.ebuild,v 1.2 2004/02/26 23:46:08 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/maestro/maestro-2004.ebuild,v 1.3 2004/03/09 04:43:24 zx Exp $ DESCRIPTION="Maestro is a public release software package that NASA scientists use to operate the Spirit and Opportunity Rovers." SRC_URI="http://freecache.org/http://mars9.telascience.org:81/softwaredownload/Maestro-Linux.tar.gz" @@ -25,7 +25,7 @@ src_unpack() { src_install () { dodir /opt/${PN} - cp -r JPL/* ${D}/opt/${PN} + cp -r JPL/ ${D}/opt/${PN} echo "#!/bin/sh" >> ${PN} echo "cd /opt/${PN}/JPL/SAP/bin" >> ${PN} echo "./SAP" >> ${PN} |