coreboot-toolchain: Fix update script
coreboot-toolchain is a package set now and contains the toolchains for various platforms. Thus, fix the update script by renaming the package name to `coreboot-toolchain.i386`. Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
c3cd253487
commit
c1cb95b421
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ fi
|
|||
|
||||
pkg_dir="$(dirname "$0")"
|
||||
|
||||
src="$(nix-build . --no-out-link -A coreboot-toolchain.src)"
|
||||
src="$(nix-build . --no-out-link -A coreboot-toolchain.i386.src)"
|
||||
urls=$($src/util/crossgcc/buildgcc -u)
|
||||
|
||||
tmp=$(mktemp)
|
||||
|
|
Loading…
Reference in a new issue