diff options
Diffstat (limited to 'scripts/build/binutils.sh')
-rw-r--r-- | scripts/build/binutils.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binutils.sh b/scripts/build/binutils.sh index 30110067..cb103740 100644 --- a/scripts/build/binutils.sh +++ b/scripts/build/binutils.sh @@ -3,7 +3,7 @@ # Licensed under the GPL v2. See COPYING in the root of this package do_print_filename() { - echo "${CT_BINUTILS_FILE}" + echo "binutils-${CT_BINUTILS_VERSION}" } # Download binutils |