summaryrefslogtreecommitdiffstats
path: root/util/crossgcc
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2017-07-07 11:18:46 +0200
committerPatrick Georgi <pgeorgi@google.com>2017-07-07 19:05:44 +0000
commit4eb84cf8784d77d6e5f24daeb04fa727dfbea016 (patch)
tree83fd61eb375b8bfde8f28428755e4571ac2641fa /util/crossgcc
parent7ffb329f278d6b027bb3b3660b69e87f1ddd69d8 (diff)
downloadcoreboot-4eb84cf8784d77d6e5f24daeb04fa727dfbea016.tar.gz
coreboot-4eb84cf8784d77d6e5f24daeb04fa727dfbea016.tar.bz2
coreboot-4eb84cf8784d77d6e5f24daeb04fa727dfbea016.zip
util/crossgcc: Fix typo
buildgcc was copied to $DEST/share/buildgcc-$VERSION-, missing the commit id description. Change-Id: I83d2074b6466b0d99507845dc714a11ab2c58271 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/20487 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/crossgcc')
-rwxr-xr-xutil/crossgcc/buildgcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index d04fe5f8723f..d00941762de7 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -1147,7 +1147,7 @@ printf "Packages built ... ${green}ok${NC}\n"
# for reproducibility
PROGNAME=$(basename "$0")
rm -f "$DESTDIR$TARGETDIR/share/$PROGNAME-*"
-cp "$PROGNAME" "$DESTDIR$TARGETDIR/share/$PROGNAME-$CROSSGCC_VERSION-$CROSGCC_COMMIT"
+cp "$PROGNAME" "$DESTDIR$TARGETDIR/share/$PROGNAME-$CROSSGCC_VERSION-$CROSSGCC_COMMIT"
cleanup