mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
13 lines
428 B
Diff
13 lines
428 B
Diff
diff --git a/src/rsbuild.h.in b/src/rsbuild.h.in
|
|
index ff0a0f6..5529556 100644
|
|
--- a/src/rsbuild.h.in
|
|
+++ b/src/rsbuild.h.in
|
|
@@ -20,7 +20,7 @@
|
|
#ifndef RS_BUILD_H
|
|
#define RS_BUILD_H
|
|
|
|
-#define RS_BUILD_GLOBAL_CONFIG "@CMAKE_INSTALL_PREFIX@/etc/replay-sorcery.conf"
|
|
+#define RS_BUILD_GLOBAL_CONFIG "/etc/replay-sorcery.conf"
|
|
#define RS_BUILD_LOCAL_CONFIG "%s/.config/replay-sorcery.conf"
|
|
|
|
#cmakedefine RS_BUILD_PTHREAD_FOUND
|