summaryrefslogtreecommitdiffstats
path: root/package/pppd
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-03-09 17:36:12 +0000
committerEric Andersen <andersen@codepoet.org>2005-03-09 17:36:12 +0000
commit5c83068090e908afae399bd63975e90703a8814a (patch)
tree5e4c2d3187923a06de920e27353a98527e83e12e /package/pppd
parentd93b209d352be71cdf966bf86fe3659d8fabeb38 (diff)
downloadbuildroot-novena-5c83068090e908afae399bd63975e90703a8814a.tar.gz
buildroot-novena-5c83068090e908afae399bd63975e90703a8814a.zip
Per http://bugs.uclibc.org/view.php?id=130
sed needs to use different delimiters since the regex is using slashes from a filename
Diffstat (limited to 'package/pppd')
-rw-r--r--package/pppd/pppd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pppd/pppd.mk b/package/pppd/pppd.mk
index ea772dd83..df431e2ce 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