- fix typo introduced in my global search and replace.

This commit is contained in:
Bernhard Reutner-Fischer 2006-11-17 14:45:12 +00:00
parent 3e2f3e5579
commit b9cc4a53a5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;)