File x265.pkgconfig.patch of Package x265

15
 
1
---
2
 source/x265.pc.in |    2 +-
3
 1 file changed, 1 insertion(+), 1 deletion(-)
4
5
--- a/source/x265.pc.in
6
+++ b/source/x265.pc.in
7
@@ -1,6 +1,6 @@
8
 prefix=@CMAKE_INSTALL_PREFIX@
9
 exec_prefix=${prefix}
10
-libdir=${exec_prefix}/@LIB_INSTALL_DIR@
11
+libdir=@LIB_INSTALL_DIR@
12
 includedir=${prefix}/include
13
 
14
 Name: @CMAKE_PROJECT_NAME@
15