aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2016-09-02 02:03:12 +0200
committerLeah Rowe <info@minifree.org>2016-09-02 08:28:08 +0100
commit314bf4fd6e31702f9eeb6831adc9426421983cc4 (patch)
tree92a9f1609483264a54cd5ef6726b8cba39a37c28 /resources/scripts
parent7733b28641d9fe014146ba0122cb41158346fb51 (diff)
downloadlibrebootfr-314bf4fd6e31702f9eeb6831adc9426421983cc4.tar.gz
librebootfr-314bf4fd6e31702f9eeb6831adc9426421983cc4.zip
Correct path to vboot patches
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'resources/scripts')
-rwxr-xr-xresources/scripts/helpers/build/module/coreboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/module/coreboot b/resources/scripts/helpers/build/module/coreboot
index 948e2eab..f934f003 100755
--- a/resources/scripts/helpers/build/module/coreboot
+++ b/resources/scripts/helpers/build/module/coreboot
@@ -198,7 +198,7 @@ for payloads in $HOMEDIR/resources/libreboot/config/*; do
# apply patches re-used from other boards, before applying main patches (common patches for similar boards)
apply_patches_from_file "$HOMEDIR/resources/libreboot/patch/vboot/${vbootrevision}/${payload}/${boardname}/reused.list" ../../../../..
# apply patches (vboot, machine-specific for this revision)
- apply_patches_from_directory "$HOME/resources/libreboot/patch/vboot/${vbootrevision}/${payload}/${boardname}"
+ apply_patches_from_directory "$HOMEDIR/resources/libreboot/patch/vboot/${vbootrevision}/${payload}/${boardname}"
git checkout master