From: Eric Andersen Date: Wed, 9 Mar 2005 17:36:12 +0000 (-0000) Subject: Per http://bugs.uclibc.org/view.php?id=130 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c83068090e908afae399bd63975e90703a8814a;p=buildroot.git Per http://bugs.uclibc.org/view.php?id=130 sed needs to use different delimiters since the regex is using slashes from a filename --- diff --git a/package/pppd/pppd.mk b/package/pppd/pppd.mk index ea772dd83c..df431e2ce7 100644 --- a/package/pppd/pppd.mk +++ b/package/pppd/pppd.mk @@ -19,7 +19,7 @@ pppd-source: $(DL_DIR)/$(PPPD_SOURCE) $(PPPD_DIR)/.unpacked: $(DL_DIR)/$(PPPD_SOURCE) $(PPPD_CAT) $(DL_DIR)/$(PPPD_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - $(SED) 's/ -DIPX_CHANGE -DHAVE_MULTILINK -DHAVE_MMAP//' $(PPPD_DIR)/pppd/Makefile.linux - $(SED) 's/$(INSTALL) -s/$(INSTALL)/' $(PPPD_DIR)/*/Makefile.linux + $(SED) 's,$(INSTALL) -s,$(INSTALL),' $(PPPD_DIR)/*/Makefile.linux $(SED) 's/ -o root//' $(PPPD_DIR)/*/Makefile.linux $(SED) 's/ -g daemon//' $(PPPD_DIR)/*/Makefile.linux touch $(PPPD_DIR)/.unpacked