minor perl to sed conversion issue
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user