summarylogtreecommitdiffstats
path: root/prepare
diff options
context:
space:
mode:
Diffstat (limited to 'prepare')
-rw-r--r--prepare12
1 files changed, 6 insertions, 6 deletions
diff --git a/prepare b/prepare
index 9cfa06486b63..a862d9fb3573 100644
--- a/prepare
+++ b/prepare
@@ -1249,12 +1249,12 @@ exit_cleanup() {
rm -f "$_where"/versel
# Remove temporarily copied files
- rm -rf "$_where"/*.patch
- rm -rf "$_where"/*-profile.cfg
- rm -f "$_where"/config*
- rm -f "$_where"/*.hook
- rm -f "$_where"/cleanup
- rm -f "$_where"/prepare
+# rm -rf "$_where"/*.patch
+# rm -rf "$_where"/*-profile.cfg
+# rm -f "$_where"/config*
+# rm -f "$_where"/*.hook
+# rm -f "$_where"/cleanup
+# rm -f "$_where"/prepare
# Community patches removal in case of failure
for _p in ${_community_patches[@]}; do