bin/distro-install-file-lists | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 91f97fddff931e9b34ea982f1fe45120a3feef65 Author: Tomáš Chvátal <tchva...@suse.com> Date: Mon Dec 28 17:18:39 2015 +0100 Fix distro-filelists after removal of kde3 Change-Id: Ie11281285de012dfd61f4b3b04b4144cd90d382a Reviewed-on: https://gerrit.libreoffice.org/20989 Reviewed-by: Michael Stahl <mst...@redhat.com> Tested-by: Michael Stahl <mst...@redhat.com> diff --git a/bin/distro-install-file-lists b/bin/distro-install-file-lists index e743611..5df56e8 100755 --- a/bin/distro-install-file-lists +++ b/bin/distro-install-file-lists @@ -227,7 +227,7 @@ if test "z$OOO_VENDOR" != "zDebian" ; then add_used_directories tde_list.txt common_list.txt # create kde4 subpackage - mv_file_between_flists kde4_list.txt kde_list.txt $INSTALLDIR/program/kde4be1lo.so + test -f $DESTDIR/gid_Module_Optional_Kde && cp $DESTDIR/gid_Module_Optional_Kde kde4_list.txt || : mv_file_between_flists kde4_list.txt common_list.txt $INSTALLDIR/program/libvclplug_kde4l..so mv_file_between_flists kde4_list.txt common_list.txt $INSTALLDIR/program/fps_kde4lo.so add_used_directories kde4_list.txt common_list.txt
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits