From 118d149171d470070405cf18a27485d819a65111 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 7 Jun 2015 09:02:43 +0200 Subject: reproducible coreboot: fix path --- bin/reproducible_coreboot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_coreboot.sh') diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index 0a250ea2..1ff22e57 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -160,7 +160,7 @@ echo "========================================================================== echo "$(date -u) - Running $DBDVERSION on coreboot images now" echo "=============================================================================" # and creating the webpage while we're at it -PAGE=coreboot/coreboot.html +PAGE=$PWD/coreboot/coreboot.html cat > $PAGE <<- EOF @@ -212,6 +212,7 @@ cat >> $PAGE <<- EOF EOF write_page_footer cd .. +PAGE=coreboot/coreboot.html publish_page # the end -- cgit v1.2.3-70-g09d2