[coreboot-gerrit] Change in coreboot[master]: util/crossgcc: Fix typo

Patrick Georgi (Code Review) gerrit at coreboot.org
Fri Jul 7 11:20:20 CEST 2017


Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/20487


Change subject: util/crossgcc: Fix typo
......................................................................

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 at google.com>
---
M util/crossgcc/buildgcc
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/20487/1

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index d04fe5f..d009417 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -1147,7 +1147,7 @@
 # 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
 

-- 
To view, visit https://review.coreboot.org/20487
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I83d2074b6466b0d99507845dc714a11ab2c58271
Gerrit-Change-Number: 20487
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170707/08040c25/attachment.html>


More information about the coreboot-gerrit mailing list