package.pc.in: bin and libdir to exec_prefix

More consistent with other pkgconfig files.

No functional difference.
This commit is contained in:
Rosen Penev 2019-09-16 11:20:00 -07:00 committed by Andreas Schuh
parent 28f50e0fed
commit 2cac878761

View file

@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
bindir=${prefix}/@RUNTIME_INSTALL_DIR@
libdir=${prefix}/@LIBRARY_INSTALL_DIR@
bindir=${exec_prefix}/@RUNTIME_INSTALL_DIR@
libdir=${exec_prefix}/@LIBRARY_INSTALL_DIR@
includedir=${prefix}/@INCLUDE_INSTALL_DIR@
Name: @PACKAGE_NAME@