diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-07-28 14:56:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-07-28 14:56:43 +0000 |
commit | 8defcb5c65cbb911e2cb616d7cdfe096b717cf32 (patch) | |
tree | b85e6c877c4e6279859c25afa850c0f28704dd74 /make | |
parent | 551da9c7b9f19a618d5a26bd9ea829a43eddd62e (diff) | |
download | buildroot-novena-8defcb5c65cbb911e2cb616d7cdfe096b717cf32.tar.gz buildroot-novena-8defcb5c65cbb911e2cb616d7cdfe096b717cf32.zip |
Tarcisio writes:
Hello,
I noticed that file-4.08 does no longer exist at
ftp://ftp.astron.com/pub/file.
I was able to compile a 'buildroot' using file-4.10. I
had to change make/file.mk and sources/file.patch.
Regards,
Tarcisio
Diffstat (limited to 'make')
-rw-r--r-- | make/file.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/file.mk b/make/file.mk index e3ef381f4..c658316e3 100644 --- a/make/file.mk +++ b/make/file.mk @@ -3,9 +3,9 @@ # file # ############################################################# -FILE_SOURCE:=file-4.08.tar.gz +FILE_SOURCE:=file-4.10.tar.gz FILE_SITE:=ftp://ftp.astron.com/pub/file -FILE_DIR:=$(BUILD_DIR)/file-4.08 +FILE_DIR:=$(BUILD_DIR)/file-4.10 FILE_CAT:=zcat FILE_BINARY:=src/file FILE_TARGET_BINARY:=usr/bin/file |