Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Path macro has been incorrectly used. %{_libdir} == /usr/lib, /usr/lib64, or ... %{_bindir} == /usr/bin Meson accepts postfixes for libdir and bindir. Do not give meson absolute pathes for libdir/bindir. The relative library path working as postfix is %{_lib}. Standard rpm macros are at: https://docs.fedoraproject.org/en-US/packaging-guidelines/RPMMacros/ Signed-off-by: MyungJoo Ham <[email protected]>
- Loading branch information