summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/reproducible_lede_common.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh
index 529f34b4..a4bf88e4 100644
--- a/bin/reproducible_lede_common.sh
+++ b/bin/reproducible_lede_common.sh
@@ -306,9 +306,8 @@ openwrt_get_banner() {
TYPE=$2
cd $TMPDIR/build/source
echo "===bannerbegin==="
- find build_dir/ -name banner | grep etc/banner|head -1| xargs cat /dev/null
+ find staging_dir/ -name banner | grep etc/banner|head -1| xargs cat /dev/null
echo "===bannerend==="
-
}
# openwrt_build is run on a remote host