From 0f0ca4f8b0cb96f19162c6decbfee100aa5d78fe Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 1 Oct 2017 11:19:44 +0200 Subject: XFCE: make a bit more room in the ISO for python3 --- make_slackware_live.sh | 2 +- pkglists/min.lst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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: diff --git a/pkglists/min.lst b/pkglists/min.lst index ff5b630..44a766b 100644 --- a/pkglists/min.lst +++ b/pkglists/min.lst @@ -105,6 +105,7 @@ polkit procps-ng pth python +python3 quota rsync screen -- cgit v1.2.3