about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/gdk-pixbuf/installed-tests-path.patch
blob: 1da2b0a10dcdc9f3082cd11a20436f92e36769dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -85,8 +85,8 @@
   'aero.gif',
 ]
 
-installed_test_bindir = join_paths(gdk_pixbuf_libexecdir, 'installed-tests', meson.project_name())
-installed_test_datadir = join_paths(gdk_pixbuf_datadir, 'installed-tests', meson.project_name())
+installed_test_bindir = join_paths('@installedtestsprefix@', 'libexec', 'installed-tests', meson.project_name())
+installed_test_datadir = join_paths('@installedtestsprefix@', 'share', 'installed-tests', meson.project_name())
 
 install_data(test_data, install_dir: installed_test_bindir)
 install_subdir('test-images', install_dir: installed_test_bindir)