Commit 33cf75ea authored by Rusty Russell's avatar Rusty Russell

Handle spaces in filenames for junkcode.

parent f059a1ae
......@@ -19,7 +19,7 @@ $(WEB_SUBDIRS):
mkdir -p $@
$(WEBDIR)/junkcode/%.tar.bz2: junkcode/% $(WEBDIR)/junkcode
tar cvfj $@ `bzr ls --versioned --kind=file $<`
bzr ls --versioned --kind=file --null $< | xargs -0 -x tar cvfj $@
$(WEBDIR)/junkcode/%.html: $(WEBDIR)/junkcode/%.tar.bz2
cd $(WEBDIR) && tar xfj junkcode/$*.tar.bz2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment