aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/angstrom
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/angstrom')
-rw-r--r--contrib/angstrom/upload-packages.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/angstrom/upload-packages.sh b/contrib/angstrom/upload-packages.sh
index 5f33b46090..20c1187144 100644
--- a/contrib/angstrom/upload-packages.sh
+++ b/contrib/angstrom/upload-packages.sh
@@ -31,8 +31,7 @@ echo "Checking for duplicates"
cat files-remote files-local | sort | uniq -u >files-uniq
cat files-uniq files-local | sort | uniq -d > files-trans
-# Remove SGX files
-rm -f upload-queue/bigbuck* upload-queue/*libgles* upload-queue/*kdrive*sgx* upload-queue/*3.00.*
+rm -f upload-queue/bigbuck*
# Copy over non-duplicate files
echo "Starting rsync..."