- use coreutils-5.93

This commit is contained in:
Bernhard Reutner-Fischer 2006-03-08 08:34:32 +00:00
parent 5949caf7bc
commit 1281c7b4b9

View File

@ -3,10 +3,10 @@
# coreutils # coreutils
# #
############################################################# #############################################################
COREUTILS_VER:=5.94 COREUTILS_VER:=5.93
COREUTILS_SOURCE:=coreutils-$(COREUTILS_VER).tar.bz2 COREUTILS_SOURCE:=coreutils-$(COREUTILS_VER).tar.bz2
#COREUTILS_SITE:=ftp://ftp.gnu.org/gnu/coreutils/ #COREUTILS_SITE:=ftp://alpha.gnu.org/gnu/coreutils/
COREUTILS_SITE:=ftp://alpha.gnu.org/gnu/coreutils/ COREUTILS_SITE:=ftp://ftp.gnu.org/gnu/coreutils/
COREUTILS_CAT:=bzcat COREUTILS_CAT:=bzcat
COREUTILS_DIR:=$(BUILD_DIR)/coreutils-$(COREUTILS_VER) COREUTILS_DIR:=$(BUILD_DIR)/coreutils-$(COREUTILS_VER)
COREUTILS_BINARY:=src/vdir COREUTILS_BINARY:=src/vdir