mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
12 lines
246 B
Diff
12 lines
246 B
Diff
--- a/source/x265.pc.in
|
|
+++ b/source/x265.pc.in
|
|
@@ -1,6 +1,6 @@
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
-libdir=${exec_prefix}/@LIB_INSTALL_DIR@
|
|
+libdir=@LIB_INSTALL_DIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: @CMAKE_PROJECT_NAME@
|
|
|