Added
Link Here
|
0 |
- |
1 |
--- zathura/config.c 2024-11-17 09:37:12.067602000 +0100 |
|
|
2 |
+++ zathura/config.c.orig 2024-11-17 09:36:55.101275000 +0100 |
3 |
@@ -18,7 +18,7 @@ |
4 |
#include <girara/utils.h> |
5 |
#include <glib/gi18n.h> |
6 |
|
7 |
-#define GLOBAL_RC "/etc/zathurarc" |
8 |
+#define GLOBAL_RC "@PREFIX@/etc/zathurarc" |
9 |
#define ZATHURA_RC "zathurarc" |
10 |
|
11 |
static void cb_jumplist_change(girara_session_t* session, const char* UNUSED(name), girara_setting_type_t UNUSED(type), |