0.8.4.10
[sbcl.git] / contrib / asdf-module.mk
index 9bfb44c..9c98ea4 100644 (file)
@@ -15,5 +15,5 @@ test: all
 
 
 install: $(EXTRA_INSTALL_TARGETS)
-       tar cf - . | ( cd $(INSTALL_DIR) && tar xpvf - )
-       ( cd  $(SBCL_HOME)/systems && ln -fs ../$(SYSTEM)/$(SYSTEM).asd . )
+       tar cf - . | ( cd $(BUILD_ROOT)$(INSTALL_DIR) && tar xpvf - )
+       ( cd  $(BUILD_ROOT)$(SBCL_HOME)/systems && ln -fs ../$(SYSTEM)/$(SYSTEM).asd . )