mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
some non-tabs snuck in
This commit is contained in:
parent
8410fed7a7
commit
43a47bf7db
@ -51,8 +51,8 @@ $(GNUGREP_DIR)/$(GNUGREP_BINARY): $(GNUGREP_DIR)/.configured
|
||||
grep-target_binary: $(GNUGREP_DIR)/$(GNUGREP_BINARY)
|
||||
@if [ -L $(TARGET_DIR)/$(GNUGREP_TARGET_BINARY) ] ; then \
|
||||
rm -f $(TARGET_DIR)/$(GNUGREP_TARGET_BINARY); fi;
|
||||
@if [ ! -f $(GNUGREP_DIR)/$(GNUGREP_BINARY) -o $(TARGET_DIR)/$(GNUGREP_TARGET_BINARY) \
|
||||
-ot $(GNUGREP_DIR)/$(GNUGREP_BINARY) ] ; then \
|
||||
@if [ ! -f $(GNUGREP_DIR)/$(GNUGREP_BINARY) -o $(TARGET_DIR)/$(GNUGREP_TARGET_BINARY) -ot \
|
||||
$(GNUGREP_DIR)/$(GNUGREP_BINARY) ] ; then \
|
||||
set -x; \
|
||||
rm -f $(TARGET_DIR)/bin/grep $(TARGET_DIR)/bin/egrep $(TARGET_DIR)/bin/fgrep; \
|
||||
cp -a $(GNUGREP_DIR)/src/grep $(GNUGREP_DIR)/src/egrep \
|
||||
|
Loading…
x
Reference in New Issue
Block a user