mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
12 lines
306 B
Diff
12 lines
306 B
Diff
--- a/subprojects/shew/src/meson.build
|
|
+++ b/subprojects/shew/src/meson.build
|
|
@@ -13,7 +13,7 @@ shew_sources = [
|
|
libshew = library(full_name,
|
|
sources: shew_sources,
|
|
dependencies: [gtk_dep, x11_dep],
|
|
- install_dir: pkglibdir,
|
|
+ install_dir: get_option('prefix') / pkglibdir,
|
|
install: true,
|
|
)
|
|
|