Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 16 lines 620 B view raw
1diff --git a/gedit/meson.build b/gedit/meson.build 2index bc689e5..e3b90d8 100644 3--- a/gedit/meson.build 4+++ b/gedit/meson.build 5@@ -165,9 +165,9 @@ libgedit_private_headers += 'gedit-enum-types-private.h' 6 subdir('resources') 7 8 if host_machine.system() == 'windows' 9- libgedit_shared_lib_install_dir = get_option('libdir') 10+ libgedit_shared_lib_install_dir = get_option('prefix') / get_option('libdir') 11 else 12- libgedit_shared_lib_install_dir = get_option('libdir') / 'gedit' 13+ libgedit_shared_lib_install_dir = get_option('prefix') / get_option('libdir') / 'gedit' 14 endif 15 16 libgedit_shared_lib = shared_library(