# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/libreoffice/hotfix-no-destdir-grep.patch # Copyright (C) 2024 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- libreoffice-24.2.3.2/bin/distro-install-clean-up.vanilla 2024-05-29 09:54:10.267506353 +0200 +++ libreoffice-24.2.3.2/bin/distro-install-clean-up 2024-05-29 09:55:58.332495940 +0200 @@ -72,7 +72,7 @@ fi done -if test "z$DESTDIR" != "z" ; then +if false; then echo "Checking for DESTDIR inside installed files..." found_destdir= for file in `find $DESTDIR -type f` ; do