From 4eb84cf8784d77d6e5f24daeb04fa727dfbea016 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 7 Jul 2017 11:18:46 +0200 Subject: util/crossgcc: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit buildgcc was copied to $DEST/share/buildgcc-$VERSION-, missing the commit id description. Change-Id: I83d2074b6466b0d99507845dc714a11ab2c58271 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/20487 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- util/crossgcc/buildgcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/crossgcc') 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 -- cgit v1.2.3