From 0d22182921cfd7d0c60bb80b1036c962dbad0e38 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 07 Jun 2015 01:49:50 -0400 Subject: build/release/crossgcc: move archive directly to release/ --- (limited to 'resources') diff --git a/resources/scripts/helpers/build/release/crossgcc b/resources/scripts/helpers/build/release/crossgcc index 182c353..fb37dbd 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 +# Copyright (C) 2015 Francis Rowe # # 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 v0.9.1