mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
11 lines
407 B
Text
11 lines
407 B
Text
--- data/meson.build.orig 2023-09-03 08:27:30 UTC
|
|
+++ data/meson.build
|
|
@@ -9,7 +9,7 @@ if get_option('enable-backend')
|
|
endif
|
|
|
|
conf_dir = join_paths(sysconfdir, 'geoclue')
|
|
- configure_file(output: 'geoclue.conf',
|
|
+ configure_file(output: 'geoclue.conf.sample',
|
|
input: 'geoclue.conf.in',
|
|
configuration: conf,
|
|
install_dir: conf_dir)
|