diff options
author | 2003-10-09 02:19:35 +0000 | |
---|---|---|
committer | 2003-10-09 02:19:35 +0000 | |
commit | a94307c944fe4143b77b3eb4905c6f3bd6a57cff (patch) | |
tree | 6213a7866d325961f4b10cf3b1934744e573780d /app-misc/nomad-tool/nomad-tool-1.3.ebuild | |
parent | marking stable (diff) | |
download | historical-a94307c944fe4143b77b3eb4905c6f3bd6a57cff.tar.gz historical-a94307c944fe4143b77b3eb4905c6f3bd6a57cff.tar.bz2 historical-a94307c944fe4143b77b3eb4905c6f3bd6a57cff.zip |
marking stable
Diffstat (limited to 'app-misc/nomad-tool/nomad-tool-1.3.ebuild')
-rw-r--r-- | app-misc/nomad-tool/nomad-tool-1.3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-misc/nomad-tool/nomad-tool-1.3.ebuild b/app-misc/nomad-tool/nomad-tool-1.3.ebuild index 337c070d2e25..4fd6dbf3709f 100644 --- a/app-misc/nomad-tool/nomad-tool-1.3.ebuild +++ b/app-misc/nomad-tool/nomad-tool-1.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/nomad-tool/nomad-tool-1.3.ebuild,v 1.2 2003/09/05 12:10:36 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/nomad-tool/nomad-tool-1.3.ebuild,v 1.3 2003/10/09 02:19:30 hillster Exp $ DESCRIPTION="Controls the Nomad II MG and IIc portable MP3 players" HOMEPAGE="http://www.swiss.ai.mit.edu/~cph/nomad.php" SRC_URI="http://www.swiss.ai.mit.edu/~cph/nomad/${P}.tar.gz" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" LICENSE="GPL-2" IUSE="" @@ -19,7 +19,7 @@ src_unpack() { src_compile() { cd ${WORKDIR} - make PREFIX="/usr" || die + make PREFIX="/usr" || die "compile failed" } src_install() { @@ -32,4 +32,3 @@ src_install() { pkg_postinst() { chmod 4755 /usr/lib/nomad-open } - |