Commit b9cc4a53 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- fix typo introduced in my global search and replace.

parent 3e2f3e55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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;)