blob: 3f80e1508b08cf1ca6c3585d72c0949e9a610ed5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-meson.build,v 1.1 2022/04/12 14:43:01 nia Exp $
Install configuration to examples, per pkgsrc conventions.
--- meson.build.orig 2021-11-09 07:27:11.974258400 +0000
+++ meson.build
@@ -215,7 +215,7 @@ executable(
install_subdir(
'etc',
strip_directory: true,
- install_dir: get_option('sysconfdir'),
+ install_dir: 'share/examples/i3status'
)
# We cannot use configure_file for run-tests.pl.in
|