aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-08 14:25:21 +0100
committerFrancis Rowe <info@gluglug.org.uk>2015-06-08 14:25:21 +0100
commit80a4af4503318f48cb8ef2736112f58060006866 (patch)
tree563bfc6a4f338e697adbd1249183e6025a9e570f /resources/scripts/helpers
parenta1f4f22a0dc01872153c2a23a217df142a6644e2 (diff)
downloadlibrebootfr-80a4af4503318f48cb8ef2736112f58060006866.tar.gz
librebootfr-80a4af4503318f48cb8ef2736112f58060006866.zip
build/release/util: don't delete the 'tobuild' archive
This is already handled by a separate script.
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-xresources/scripts/helpers/build/release/util2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/release/util b/resources/scripts/helpers/build/release/util
index b5f4bdf2..d7c6e6de 100755
--- a/resources/scripts/helpers/build/release/util
+++ b/resources/scripts/helpers/build/release/util
@@ -54,9 +54,7 @@ cat .git/refs/heads/master > commitid
printf "Deleting the old release archives\n"
rm -f libreboot_*.tar.xz
-rm -f tobuild.tar.xz
rm -Rf release/
-rm -Rf tobuild/
# ### Create the release/ directory where the archives will go
# ----------------------------------------------------------------------------------------------------------------------------