summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-05 12:53:38 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-05 12:53:38 +0200
commitabcaaec26229a7873dba2d96af028aa9631b1f25 (patch)
tree0ac724bd60bf2232ef7c1a03ad0c57bb7677796b /bin/reproducible_coreboot.sh
parent171d747d0ec4ba7db1480629b11cf63123b6d3e8 (diff)
downloadjenkins.debian.net-abcaaec26229a7873dba2d96af028aa9631b1f25.tar.xz
reproducible: fix path
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index 44bee1bf..1b3f0aa7 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -161,7 +161,7 @@ echo "==========================================================================
echo "$(date) - Building coreboot images now - first build run."
echo "============================================================================="
export TZ="/usr/share/zoneinfo/Etc/GMT+12"
-bash utils/abuild/abuild
+bash util/abuild/abuild
cd coreboot-builds
for i in * ; do
@@ -179,7 +179,7 @@ echo "==========================================================================
export TZ="/usr/share/zoneinfo/Etc/GMT-14"
export LANG="fr_CH.UTF-8"
export LC_ALL="fr_CH.UTF-8"
-bash utils/abuild/abuild
+bash util/abuild/abuild
export LANG="en_GB.UTF-8"
unset LC_ALL