aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2014-03-30 09:16:27 +0100
committerMatthew Wild <mwild1@gmail.com>2014-03-30 09:16:27 +0100
commit7f2a6a29b662648c3e5e5bc76e6a79953c870faa (patch)
treed79e0182f75a09b6fa6a574c8b1aa3869618f73d /Makefile
parent36a19e92a778a40cb124f0bad39cb167f6b0f8e2 (diff)
downloadprosody-7f2a6a29b662648c3e5e5bc76e6a79953c870faa.tar.gz
prosody-7f2a6a29b662648c3e5e5bc76e6a79953c870faa.zip
Makefile: Change sed regex to be compatible with FreeBSD's odd sed, and change / to | to allow paths to be used in RUNWITH (thanks Ben)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5390599..a1de1b6d 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ util/%.so:
$(MAKE) install -C util-src
%.install: %
- sed "1s/\blua\b/$(RUNWITH)/; \
+ sed "1s| lua$$| $(RUNWITH)|; \
s|^CFG_SOURCEDIR=.*;$$|CFG_SOURCEDIR='$(INSTALLEDSOURCE)';|; \
s|^CFG_CONFIGDIR=.*;$$|CFG_CONFIGDIR='$(INSTALLEDCONFIG)';|; \
s|^CFG_DATADIR=.*;$$|CFG_DATADIR='$(INSTALLEDDATA)';|; \