diff options
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index eb49040..56ebbf7 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -461,7 +461,7 @@ function install_pkgs() { rm -rf "$2"/usr/lib${DIRSUFFIX}/lib{LLVM,clang,lldb}*.a # And these are not needed for a simple XFCE ISO: rm -rf "$2"/usr/lib${DIRSUFFIX}/clang/*/lib/linux/*.a{,.syms} - rm -f "$2"/usr/bin/{c-index-test,clang-check,clang-query} + rm -f "$2"/usr/bin/{c-index-test,clang-check,clang-query,clang-rename,clang-tidy} # Get rid of useless documentation: rm -rf "$2"/usr/share/ghostscript/*/doc/ # We don't need tests or examples: |