From 0d22182921cfd7d0c60bb80b1036c962dbad0e38 Mon Sep 17 00:00:00 2001
From: Francis Rowe <info@gluglug.org.uk>
Date: Sun, 7 Jun 2015 06:49:50 +0100
Subject: build/release/crossgcc: move archive directly to release/

---
 resources/scripts/helpers/build/release/crossgcc | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

(limited to 'resources/scripts/helpers/build')

diff --git a/resources/scripts/helpers/build/release/crossgcc b/resources/scripts/helpers/build/release/crossgcc
index 182c353d..fb37dbd0 100755
--- a/resources/scripts/helpers/build/release/crossgcc
+++ b/resources/scripts/helpers/build/release/crossgcc
@@ -4,6 +4,7 @@
 #  helper script: generate the coreboot crossgcc archives
 #
 #	Copyright (C) 2015 Patrick "P. J." McDermott <pj@pehjota.net>
+#  Copyright (C) 2015 Francis Rowe <info@gluglug.org.uk>
 #
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -28,13 +29,10 @@ distdir='crossgcc'
 
 printf 'Deleting old coreboot crossgcc archives\n'
 rm -Rf "release/${distdir}/"
-rm -Rf "${distdir}/"
 
-printf 'Copying coreboot crossgcc archives to %s/\n' "${distdir}"
-cp -R coreboot/util/crossgcc/tarballs/ "${distdir}/"
-
-# Move the archives to the release/ directory.
 [ -d release/ ] || mkdir release/
-mv "${distdir}" release/
+
+printf 'Copying coreboot crossgcc archives to %s/\n' "release/${distdir}"
+cp -R coreboot/util/crossgcc/tarballs/ "release/${distdir}/"
 
 printf 'coreboot crossgcc archives are stored in release/%s\n' "${distdir}"
-- 
cgit v1.2.3-70-g09d2