forked from pool/FreeFileSync
OBS-URL: https://build.opensuse.org/package/show/network/FreeFileSync?expand=0&rev=96
15 lines
528 B
Diff
15 lines
528 B
Diff
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/");
|
|
}
|
|
|
|
|