Merge pull request #1028 from MrChromebox/fix_purism_blobs

blobs/librem_*: ensure blobs placed in script dir
This commit is contained in:
tlaurion 2021-10-07 12:45:59 -04:00 committed by GitHub
commit 9a43824deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -95,6 +95,9 @@ check_and_get_blob () {
fi
}
# ensure pwd is script dir
cd "$(dirname "$0")"
echo ""
check_and_get_tools() {

View File

@ -95,6 +95,9 @@ check_and_get_blob () {
fi
}
# ensure pwd is script dir
cd "$(dirname "$0")"
echo ""
check_and_get_tools() {