diff options
author | Eric Hameleers <alien@slackware.com> | 2017-10-01 11:19:44 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-10-01 11:23:07 +0200 |
commit | 0f0ca4f8b0cb96f19162c6decbfee100aa5d78fe (patch) | |
tree | fa340c4251eb96fb1863e97fbeb6210036b1229e /make_slackware_live.sh | |
parent | 8fc25247aaff633000bb151dc82ed5834f944522 (diff) | |
download | liveslak-0f0ca4f8b0cb96f19162c6decbfee100aa5d78fe.tar.gz liveslak-0f0ca4f8b0cb96f19162c6decbfee100aa5d78fe.tar.xz |
XFCE: make a bit more room in the ISO for python3
Diffstat (limited to 'make_slackware_live.sh')
-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: |