Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Andreas Radke píše v Čt 16. 02. 2012 v 18:23 +0100:
My ArchLinux installation makes use of the file-list/*.txt files to
split our packages. That way the postgresql-sdbc stuff is missing in
our installation. I guess they should be added to the base or common
file list.

The file-list/*.txt files are generated by bin/distro-install-file-lists
from the crazy gid_Module_* file lists that are generated by the
installer.

I guess that the the PostgreSQl files are listed in a brand new
gid_Module_Optional_PostgresqlSdbc and nobody updated
bin/distro-install-file-lists yet.

If we want separate package, we could do something like:

    if test -f gid_Module_Optional_PostgresqlSdbc ; then
        cp gid_Module_Optional_PostgresqlSdbc \
           $FILELISTSDIR/postgresql_list.txt
    fi

, see similar code for gid_Module_Root_SDK

Please, send a patch if this works.


Best Regards,
Petr


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.