diff options
author | Joe Bormolini <lordjoe@gentoo.org> | 2001-10-26 00:35:40 +0000 |
---|---|---|
committer | Joe Bormolini <lordjoe@gentoo.org> | 2001-10-26 00:35:40 +0000 |
commit | 29a7b72c6d0f66b9540ab984611dfcf0988aeb85 (patch) | |
tree | 5a3334f0e5995a2cabebcd2931bb48e47148e36a /net-www | |
parent | massive digest update, part 2 (diff) | |
download | gentoo-2-29a7b72c6d0f66b9540ab984611dfcf0988aeb85.tar.gz gentoo-2-29a7b72c6d0f66b9540ab984611dfcf0988aeb85.tar.bz2 gentoo-2-29a7b72c6d0f66b9540ab984611dfcf0988aeb85.zip |
Typo that prevented installation fixed. The workdir was set incorrectly,
s/flash_linux/Linux/
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/netscape-flash/netscape-flash-5.0.47-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/netscape-flash/netscape-flash-5.0.47-r1.ebuild b/net-www/netscape-flash/netscape-flash-5.0.47-r1.ebuild index a9c9769dced4..3e9ca04081a7 100644 --- a/net-www/netscape-flash/netscape-flash-5.0.47-r1.ebuild +++ b/net-www/netscape-flash/netscape-flash-5.0.47-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-5.0.47-r1.ebuild,v 1.2 2001/10/23 15:25:21 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-5.0.47-r1.ebuild,v 1.3 2001/10/26 00:35:40 lordjoe Exp $ -S=${WORKDIR}/flash_linux +S=${WORKDIR}/Linux DESCRIPTION="Macromedia Shockwave Flash Player" SRC_URI="http://download.macromedia.com/pub/shockwave/flash/english/linux/5.0r47/flash_linux.tar.gz" HOMEPAGE="http://macromedia.com" |