summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-11-22 22:43:40 +0100
committer Eric Hameleers <alien@slackware.com>2017-11-22 22:43:40 +0100
commita4f250b078dddb54b40cb77781e91ec37445975d (patch)
treea850aeca72543d23d813d331f3b9b500299a6dd2 /make_slackware_live.sh
parentb5d9d2e02f97cb6d313a789205fea80725ffc223 (diff)
downloadliveslak-a4f250b078dddb54b40cb77781e91ec37445975d.tar.gz
liveslak-a4f250b078dddb54b40cb77781e91ec37445975d.tar.xz
XFCE: some pruning was required to make the ISO fit on a CDROM medium
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 44e8c87..6d0103c 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -464,7 +464,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,clang-rename,clang-tidy}
+ rm -f "$2"/usr/bin/{c-index-test,clang-check,clang-import-test,clang-include-fixer,clang-offload-bundler,clang-order-fields,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: