mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 08:38:20 -05:00
exports: Fix up exporting of dbus service files
The relative paths for the symlinks in the table was wrong.
This commit is contained in:
@@ -3764,7 +3764,7 @@ flatpak_export_dir (GFile *source,
|
||||
const char *exported_subdirs[] = {
|
||||
"share/applications", "../..",
|
||||
"share/icons", "../..",
|
||||
"share/dbus-1/services", "../..",
|
||||
"share/dbus-1/services", "../../..",
|
||||
"share/gnome-shell/search-providers", "../../..",
|
||||
"share/mime/packages", "../../..",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user