From 553e81439825500059d2391f2926a7c79e87bc8a Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 23 Jul 2016 00:36:57 +0200 Subject: openwrt_common: make create_results_dirs flexible to allow lede builds could be also adopted by reproducible_common.sh Signed-off-by: Holger Levsen --- bin/reproducible_openwrt_common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_openwrt_common.sh') diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index c280d05c..34226ddf 100644 --- a/bin/reproducible_openwrt_common.sh +++ b/bin/reproducible_openwrt_common.sh @@ -19,7 +19,8 @@ cleanup_tmpdirs() { } create_results_dirs() { - mkdir -p $BASE/openwrt/dbd + local project=$1 + mkdir -p $BASE/$project/dbd } # type = openwrt or lede -- cgit v1.2.3-70-g09d2