summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-12 17:45:59 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-12 17:45:59 +0200
commit09c724aea43098b45f62b3adf5ca8707617b8c85 (patch)
treebe0e7c864f28ab0beb5895412b31e4e3cd85d309 /bin
parented081206891781087f2cec0edaf4ade648cc50e9 (diff)
downloadjenkins.debian.net-09c724aea43098b45f62b3adf5ca8707617b8c85.tar.xz
reproducible openwrt: fix typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_openwrt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 13b8b6b7..dbba56d5 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -131,7 +131,7 @@ rm bin -r
# clean up between builds
#
rm build_dir/target-* -r
-rm taging_dir/target-* -r
+rm staging_dir/target-* -r
echo "============================================================================="
echo "$(date -u) - Building openwrt images now - second build run."