- add env var CONFIG+=non_portable - move config files from /etc to /usr/etc OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=19
12 lines
289 B
Diff
12 lines
289 B
Diff
--- a/pdf_viewer/main.cpp 2023-11-03 16:27:59.814542142 +0800
|
|
+++ b/pdf_viewer/main.cpp 2023-11-03 16:28:24.534755081 +0800
|
|
@@ -76,7 +76,7 @@
|
|
#define MAX_PATH PATH_MAX
|
|
#endif
|
|
|
|
-//#define LINUX_STANDARD_PATHS
|
|
+#define LINUX_STANDARD_PATHS
|
|
|
|
|
|
std::wstring APPLICATION_NAME = L"sioyek";
|