summaryrefslogtreecommitdiffstats
path: root/fuel/build/Makefile
diff options
context:
space:
mode:
authorStefan Berg <stefan.k.berg@ericsson.com>2015-04-17 17:50:41 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-04-17 17:50:41 +0000
commit3e8a9a0eb41ae8d415eed0d1dc193532cda1406f (patch)
tree2309eedf294df36b7a36c2df742f9c8792b59040 /fuel/build/Makefile
parent9671ae1f76a4174ba824f17aa8908759e82aa800 (diff)
parent3db8c36ade39c5996632cb7019336cedb1936913 (diff)
Merge "Fix debootstrap package"
Diffstat (limited to 'fuel/build/Makefile')
-rw-r--r--fuel/build/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fuel/build/Makefile b/fuel/build/Makefile
index fda212d..5f63120 100644
--- a/fuel/build/Makefile
+++ b/fuel/build/Makefile
@@ -27,6 +27,7 @@ export NEWISO = $(shell pwd)/release/opnfv-${REVSTATE}.iso
#Build variables
export BUILD_BASE := $(shell pwd)
export DEB_DEST := $(BUILD_BASE)/release/packages/ubuntu/pool/main
+export UDEB_DEST := $(BUILD_BASE)/release/packages/ubuntu/pool/debian-installer
export PUPPET_DEST := $(BUILD_BASE)/release/puppet/modules
export CACHE_DIR := $(BUILD_BASE)/cache
export VERSION_FILE := $(BUILD_BASE)/.versions
@@ -108,7 +109,7 @@ umount-origiso:
.PHONY: $(SUBDIRS)
$(SUBDIRS):
- @mkdir -p release/packages/ubuntu/pool/main release/puppet/modules release/isoroot
+ @mkdir -p release/packages/ubuntu/pool/main release/packages/ubuntu/pool/debian-installer release/puppet/modules release/isoroot
$(MAKE) -C $@ -f Makefile release
.PHONY: patch-packages