minor perl to sed conversion issue
This commit is contained in:
parent
79c815622a
commit
6b4ce4ee0d
@ -55,7 +55,7 @@ $(LRZSZ_DIR)/.configured: $(LRZSZ_DIR)/.unpacked
|
|||||||
--disable-timesync \
|
--disable-timesync \
|
||||||
);
|
);
|
||||||
sed -i -e "s/-lnsl//;" $(LRZSZ_DIR)/src/Makefile
|
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
|
touch $(LRZSZ_DIR)/.configured
|
||||||
|
|
||||||
$(LRZSZ_DIR)/src/lrz: $(LRZSZ_DIR)/.configured
|
$(LRZSZ_DIR)/src/lrz: $(LRZSZ_DIR)/.configured
|
||||||
|
Loading…
Reference in New Issue
Block a user