mirror of
https://github.com/gflags/gflags.git
synced 2025-04-04 13:05:03 +00:00
package.pc.in: bin and libdir to exec_prefix
More consistent with other pkgconfig files. No functional difference.
This commit is contained in:
parent
28f50e0fed
commit
2cac878761
1 changed files with 2 additions and 2 deletions
|
@ -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@
|
||||
|
|
Loading…
Add table
Reference in a new issue