mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00: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
|
default n
|
||||||
help
|
help
|
||||||
Standard GNU compressor. Provides things like gzip,
|
Standard GNU compressor. Provides things like gzip,
|
||||||
gunzip, g$(ZCAT), etc...
|
gunzip, gzcat, etc...
|
||||||
|
|
||||||
http://www.gnu.org/software/gzip/gzip.html
|
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
|
$(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
|
||||||
(cd $(TARGET_DIR)/bin; \
|
(cd $(TARGET_DIR)/bin; \
|
||||||
ln -snf gzip gunzip; \
|
ln -snf gzip gunzip; \
|
||||||
ln -snf gzip $(ZCAT); \
|
ln -snf gzip zcat; \
|
||||||
ln -snf zdiff zcmp; \
|
ln -snf zdiff zcmp; \
|
||||||
ln -snf zgrep zegrep; \
|
ln -snf zgrep zegrep; \
|
||||||
ln -snf zgrep zfgrep;)
|
ln -snf zgrep zfgrep;)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user