X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fasdf-module.mk;fp=contrib%2Fasdf-module.mk;h=dc6a07a1c021a745a13dcb8cf42c2d23483a80a1;hb=2e8a905fd4557c672f434a109b2e7bde0621fb29;hp=e858a205606044e7c745fabbea5b822df25f4eaf;hpb=54b330585ed41edeb93a289f0e59aec67fa9ded9;p=sbcl.git diff --git a/contrib/asdf-module.mk b/contrib/asdf-module.mk index e858a20..dc6a07a 100644 --- a/contrib/asdf-module.mk +++ b/contrib/asdf-module.mk @@ -29,4 +29,4 @@ test: all install: $(EXTRA_INSTALL_TARGETS) - tar cf - . | ( cd $(BUILD_ROOT)$(INSTALL_DIR) && tar xpvf - ) + tar cf - . | ( cd "$(BUILD_ROOT)$(INSTALL_DIR)" && tar xpvf - )