mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-29 08:23:36 +08:00
- fix typo introduced in my global search and replace.
This commit is contained in:
parent
3e2f3e5579
commit
b9cc4a53a5
@ -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
|
||||
|
@ -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;)
|
||||
|
Loading…
Reference in New Issue
Block a user