From 07f4cfbca05837215d3d8d6b92267f313981589a Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Sat, 10 Jul 2021 16:50:03 +0200 Subject: [PATCH] Update cleanup for C4. --- update_sources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_sources.sh b/update_sources.sh index 0c01b57..c13bcf4 100644 --- a/update_sources.sh +++ b/update_sources.sh @@ -106,7 +106,7 @@ TXT done; # Cleanup - rm -rf "${sTargetPath}/C4/samples/" "${sTargetPath}/tupadr3/examples/" + rm -rf "${sTargetPath}/C4/samples/" "${sTargetPath}/C4/percy/" "${sTargetPath}/tupadr3/examples/" } run "${@}"