File FreeFileSync-resources.patch of Package FreeFileSync

Index: FreeFileSync-14.3/FreeFileSync/Source/ffs_paths.cpp
===================================================================
--- FreeFileSync-14.3.orig/FreeFileSync/Source/ffs_paths.cpp
+++ FreeFileSync-14.3/FreeFileSync/Source/ffs_paths.cpp
@@ -53,7 +53,8 @@ Zstring fff::getInstallDirPath()
 
 Zstring fff::getResourceDirPath()
 {
-    return appendPath(getProcessParentFolderPath(), Zstr("Resources"));
+    // for opensuse install to /usr/share/FreeFileSync specificly
+    return Zstr("/usr/share/FreeFileSync/");
 }
 
 
openSUSE Build Service is sponsored by