summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Aniszczyk <zx@gentoo.org>2004-03-09 04:43:24 +0000
committerChris Aniszczyk <zx@gentoo.org>2004-03-09 04:43:24 +0000
commit07f319efe46243b0a9a46509d90e6d8c1cfaeea9 (patch)
treea707fc49500c70d95ae7ee67a669a8e0602d5da8 /app-sci/maestro/maestro-2004.ebuild
parentAdded ~mips to KEYWORDS (Manifest recommit) (diff)
downloadgentoo-2-07f319efe46243b0a9a46509d90e6d8c1cfaeea9.tar.gz
gentoo-2-07f319efe46243b0a9a46509d90e6d8c1cfaeea9.tar.bz2
gentoo-2-07f319efe46243b0a9a46509d90e6d8c1cfaeea9.zip
Tiny fix. *I see noone*
Diffstat (limited to 'app-sci/maestro/maestro-2004.ebuild')
-rw-r--r--app-sci/maestro/maestro-2004.ebuild4
1 files changed, 2 insertions, 2 deletions
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}