From 7cdd21bde38f20950285dfa1e31f44c10c219e63 Mon Sep 17 00:00:00 2001 From: Marc Andre Tanner Date: Wed, 3 Feb 2010 14:48:32 +0100 Subject: [PATCH] qi: change name of resulting binary Signed-off-by: Marc Andre Tanner --- sources/sections/qi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/sections/qi.sh b/sources/sections/qi.sh index b1e5989..c7179bc 100644 --- a/sources/sections/qi.sh +++ b/sources/sections/qi.sh @@ -12,6 +12,6 @@ case "$MACHINE" in esac make CPU="$CPU" CROSS_COMPILE="$CROSS" && -cp image/qi-$CPU*.udfu $TOP || dienow +cp image/qi-$CPU*.udfu $TOP/qi-$CPU.udfu || dienow cleanup qi-bootloader -- 2.11.4.GIT