* Release notes: https://wiki.documentfoundation.org/Releases/25.8.0/RC1 https://wiki.documentfoundation.org/Releases/25.8.0/RC2 https://wiki.documentfoundation.org/Releases/25.8.0/RC3 https://wiki.documentfoundation.org/Releases/25.8.0/RC4 https://wiki.documentfoundation.org/Releases/25.8.1/RC1 - Update bundled libraries: * pdfium-6764.tar.bz2 -> pdfium-7012.tar.bz2 * skia-m130-3c64459d5df2fa9794b277f0959ed8a92552bf4c.tar.xz -> skia-m136-28685d899b0a35894743e2cedad4c9f525e90e1e.tar.xz OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=1223
28 lines
1.1 KiB
Diff
28 lines
1.1 KiB
Diff
diff --git a/bin/distro-install-clean-up b/bin/distro-install-clean-up
|
|
index 701c9ffa0972..0d0fc27246ff 100755
|
|
--- a/bin/distro-install-clean-up
|
|
+++ b/bin/distro-install-clean-up
|
|
@@ -71,22 +71,3 @@ for dir in $DESTDIR$DOCDIR $DESTDIR$INSTALLDIR/sdk/examples ; do
|
|
-name "manifest.mf" \) -exec chmod 644 {} \;
|
|
fi
|
|
done
|
|
-
|
|
-if test "z$DESTDIR" != "z" ; then
|
|
- echo "Checking for DESTDIR inside installed files..."
|
|
- found_destdir=
|
|
- for file in `find $DESTDIR -type f` ; do
|
|
- grep -q "$DESTDIR" $file && echo "$file: includes the string \"$DESTDIR\"" && found_destdir=1
|
|
- done
|
|
- if test "z$found_destdir" != "z" ; then
|
|
- echo "!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!"
|
|
- echo "The path DESTDIR:$DESTDIR was found inside some"
|
|
- echo "installed files. It is probably a bug."
|
|
- echo
|
|
- echo "Especially, if the DESTDIR is set to \$RPM_BUILD_ROOT"
|
|
- echo "when creating RPM packages. Even it could be a security hole"
|
|
- echo "if the application searches /var/tmp for binaries or"
|
|
- echo "config files because the directory is world-writable."
|
|
- echo "!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!"
|
|
- fi
|
|
-fi
|