exports: Fix up exporting of dbus service files

The relative paths for the symlinks in the table was wrong.
This commit is contained in:
Alexander Larsson
2017-05-11 17:20:32 +02:00
parent 2ebf672866
commit 050fe4e795

View File

@@ -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", "../../..",
};