mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
11 lines
382 B
Text
11 lines
382 B
Text
--- panels/keyboard/meson.build.orig 2018-04-29 09:38:45.338206000 +0200
|
|
+++ panels/keyboard/meson.build 2018-04-29 09:40:44.959934000 +0200
|
|
@@ -30,7 +30,7 @@
|
|
input: pc + '.in',
|
|
output: pc,
|
|
install: true,
|
|
- install_dir: join_paths(control_center_datadir, 'pkgconfig'),
|
|
+ install_dir: join_paths(control_center_prefix, 'libdata/pkgconfig'),
|
|
configuration: pc_conf
|
|
)
|
|
|