- fix typo introduced in my global search and replace.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 17 Nov 2006 14:45:12 +0000 (14:45 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 17 Nov 2006 14:45:12 +0000 (14:45 -0000)
package/gzip/Config.in
package/gzip/gzip.mk

index 45e4f65d1f6caedd6bad328b3ac597c4ba26f748..e80789454e7f9ec42c40fae03c1b5007847fb261 100644 (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
index 1c420e40129d32d567af77528aaa21bc677fb12f..2de03989da5f93b2c0febda5b4248ec07f4ba897 100644 (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;)