Commit da58f7c
Jonathon Kowalski
Use libdir to install protocols
We pass something like:
meson --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/bin \
--libdir=/usr/x86_64-pc-linux-gnu/lib --libexecdir=/usr/x86_64-pc-linux-gnu/libexec ...
in exherbo, where /usr/lib is symlinked to /usr/$TARGET/lib, /usr/bin -> /usr/$TARGET/bin,
and so on, but before this change they would be installed to /usr/lib, which does not work
since that is a symlink as described above, so use the passed libdir to install protocols.1 parent 9d7c14c commit da58f7c
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | | - | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
0 commit comments