aboutsummaryrefslogtreecommitdiffstats
path: root/dev-scripts
diff options
context:
space:
mode:
authorSergio Martins <iamsergio@gmail.com>2018-11-15 12:40:42 +0000
committerSergio Martins <iamsergio@gmail.com>2018-11-15 12:40:42 +0000
commita406ee71187610f6b25e3a051d6e42fc214477c4 (patch)
treed53a74b145b014090708a3c616e8580c4e9e15e9 /dev-scripts
parent98f479f84a3938a78f77d1c03ed31035afb4a7d3 (diff)
make_appimage.sh: Remove the cleanup section
The docker container now starts from a clean work dir, without these unneeded files
Diffstat (limited to 'dev-scripts')
-rwxr-xr-xdev-scripts/docker/make_appimage.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-scripts/docker/make_appimage.sh b/dev-scripts/docker/make_appimage.sh
index cefd74ec..c031c950 100755
--- a/dev-scripts/docker/make_appimage.sh
+++ b/dev-scripts/docker/make_appimage.sh
@@ -25,12 +25,6 @@ chown -R $2 /tmp/clazy_work/clazy.AppDir/
cp /clazy/README.md /tmp/clazy_work/clazy.AppDir/
cp /clazy/COPYING-LGPL2.txt /tmp/clazy_work/clazy.AppDir/
-echo "Cleanup..."
-rm -rf /tmp/clazy_work/clazy.AppDir/usr/share/
-rm -rf /tmp/clazy_work/clazy.AppDir/usr/include/
-cd /tmp/clazy_work/clazy.AppDir/usr/bin/
-rm ll* bugpoint clang-format clang-import-test clang-refactor diagtool git-clang-format obj2yaml sancov scan-build verify-uselistorder c-index-test clang-check clang-cpp clang-func-mapping clang-offload-bundler clang-rename dsymutil hmaptool opt sanstats scan-view yaml2obj
-
echo "Done"
echo