From 050fe4e795a60ef096cfd475612f3d53fa3a0ce1 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 11 May 2017 17:20:32 +0200 Subject: [PATCH] exports: Fix up exporting of dbus service files The relative paths for the symlinks in the table was wrong. --- common/flatpak-dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/flatpak-dir.c b/common/flatpak-dir.c index 5b6cec57..9a35a0e1 100644 --- a/common/flatpak-dir.c +++ b/common/flatpak-dir.c @@ -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", "../../..", };