From b9cc4a53a52b8318e10615e8ceef60efab85fae0 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 17 Nov 2006 14:45:12 +0000 Subject: - fix typo introduced in my global search and replace. --- package/gzip/Config.in | 2 +- package/gzip/gzip.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'package/gzip') diff --git a/package/gzip/Config.in b/package/gzip/Config.in index 45e4f65d1..e80789454 100644 --- a/package/gzip/Config.in +++ b/package/gzip/Config.in @@ -3,6 +3,6 @@ config BR2_PACKAGE_GZIP default n help Standard GNU compressor. Provides things like gzip, - gunzip, g$(ZCAT), etc... + gunzip, gzcat, etc... http://www.gnu.org/software/gzip/gzip.html diff --git a/package/gzip/gzip.mk b/package/gzip/gzip.mk index 1c420e401..2de03989d 100644 --- a/package/gzip/gzip.mk +++ b/package/gzip/gzip.mk @@ -57,7 +57,7 @@ $(GZIP_TARGET_BINARY): $(GZIP_BINARY) $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc (cd $(TARGET_DIR)/bin; \ ln -snf gzip gunzip; \ - ln -snf gzip $(ZCAT); \ + ln -snf gzip zcat; \ ln -snf zdiff zcmp; \ ln -snf zgrep zegrep; \ ln -snf zgrep zfgrep;) -- cgit v1.2.3