From af8a298fdf2af7da99161d754605ffb563434e62 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 10 Jun 2012 02:19:02 +0000 Subject: [PATCH] Restore a necessary mkdir dropped by the previous change svn path=/dists/sid/linux/; revision=19115 --- debian/rules.real | 1 + 1 file changed, 1 insertion(+) 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)