https://bugs.freedesktop.org/show_bug.cgi?id=46125

             Bug #: 46125
           Summary: sdk/settings/std.mk contains wrong path
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO 3.5.0 Release
          Platform: All
        OS/Version: Linux (All)
            Status: UNCONFIRMED
          Severity: major
          Priority: medium
         Component: Libreoffice
        AssignedTo: libreoffice-bugs@lists.freedesktop.org
        ReportedBy: jesse.ja...@gmail.com


sdk/settings/std.mk file contains a wrong path to office_types/services files

Currently the file has lines

OFFICE_TYPES="$(subst \,/,$(OFFICE_PROGRAM_PATH)$(PS)offapi.rdb)"
OFFICE_SERVICES=$(subst \\,\,$(OFFICE_PROGRAM_PATH)$(PS)services.rdb)

But they should be

OFFICE_TYPES="$(subst \,/,$(OFFICE_PROGRAM_PATH)/types/$(PS)offapi.rdb)"
OFFICE_SERVICES=$(subst \\,\,$(OFFICE_PROGRAM_PATH)/services/$(PS)services.rdb)



At least in ArchLinux's new 3.5.0 package the offapi.rdb file is located
in     /usr/lib/libreoffice/program/types/offapi.rdb
not in /usr/lib/libreoffice/program/offapi.rdb

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to