diff --git a/debian/rules.real b/debian/rules.real index ead7b8e8c..1b4dcf741 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -104,6 +104,7 @@ $(STAMPS_DIR)/source_%: $(STAMPS_DIR)/source $(STAMPS_DIR)/source_none: DIR=$(BUILD_DIR)/source_none $(STAMPS_DIR)/source_none: $(STAMPS_DIR)/source + mkdir -p '$(BUILD_DIR)' rm -f '$(DIR)' ln -s '$(CURDIR)' '$(DIR)' @$(stamp)