projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79c8156
)
minor perl to sed conversion issue
author
Eric Andersen
<andersen@codepoet.org>
Tue, 18 Nov 2003 17:24:41 +0000
(17:24 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 18 Nov 2003 17:24:41 +0000
(17:24 -0000)
make/lrzsz.mk
patch
|
blob
|
history
diff --git
a/make/lrzsz.mk
b/make/lrzsz.mk
index ce261acf63a602497586854ce72bb8ff32f9eb31..933418727290271b784fe4b738b6f82244f54a5a 100644
(file)
--- a/
make/lrzsz.mk
+++ b/
make/lrzsz.mk
@@
-55,7
+55,7
@@
$(LRZSZ_DIR)/.configured: $(LRZSZ_DIR)/.unpacked
--disable-timesync \
);
sed -i -e "s/-lnsl//;" $(LRZSZ_DIR)/src/Makefile
- sed -i -e "s~
(#define ENABLE_SYSLOG.*
)~/* \1 */~;" $(LRZSZ_DIR)/config.h
+ sed -i -e "s~
\(#define ENABLE_SYSLOG.*\
)~/* \1 */~;" $(LRZSZ_DIR)/config.h
touch $(LRZSZ_DIR)/.configured
$(LRZSZ_DIR)/src/lrz: $(LRZSZ_DIR)/.configured