aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/upower/files/patch-etc_UPower.conf.d_meson.build
blob: e0de7580bf81339b629d6f12860a0dc315da3b52 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- etc/UPower.conf.d/meson.build.orig	2025-11-25 08:39:56 UTC
+++ etc/UPower.conf.d/meson.build
@@ -1,5 +1,4 @@ install_data(
 install_data(
     'README.md',
-    install_tag: 'doc',
-    install_dir: get_option('sysconfdir') / 'UPower' / 'UPower.conf.d',
+    install_dir: get_option('datadir') / 'doc' / 'upower',
 )