repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
gsignond
/
conf.patch
blob
0aa2034e3996be0a3b28691949eaeba245a531f3
1
diff --git a/meson.build b/meson.build
2
index cb1e0df..d90c85c 100644
3
--- a/meson.build
4
+++ b/meson.build
5
@@ -95,6 +95,6 @@ endif
6
configure_file(
7
input: 'gsignond.conf.in',
8
configuration: conf_data,
9
- install_dir: sysconf_dir,
10
+ install_dir: 'etc/',
11
output: 'gsignond.conf'
12
)