diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-10-07 04:30:26 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-10-07 04:30:26 +0000 |
commit | 1275022400c7bd6cb582cee7582d3fd6e40fa52b (patch) | |
tree | 20172a173b2a4095d725d969fff1b47d1b3b6cbf /sys-apps | |
parent | Fixed mozilla shell script from $@ to "$@", which has a different (diff) | |
download | historical-1275022400c7bd6cb582cee7582d3fd6e40fa52b.tar.gz historical-1275022400c7bd6cb582cee7582d3fd6e40fa52b.tar.bz2 historical-1275022400c7bd6cb582cee7582d3fd6e40fa52b.zip |
typo fix
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/file-3.33-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/file/file-3.33-r3.ebuild b/sys-apps/file/file-3.33-r3.ebuild index 96a0b4ff5393..e18b44e6f655 100644 --- a/sys-apps/file/file-3.33-r3.ebuild +++ b/sys-apps/file/file-3.33-r3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.33-r3.ebuild,v 1.3 2001/10/06 16:51:30 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.33-r3.ebuild,v 1.4 2001/10/07 04:30:26 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Program to identify a file's format by scanning binary data for patterns" -SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.bz" +SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz" DEPEND="virtual/glibc" |