File: 0004-Fix-prefix-path.patch

package info (click to toggle)
urdfdom-headers 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 208 kB
  • sloc: cpp: 849; ansic: 40; xml: 16; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 654 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Date: Wed, 9 Apr 2025 23:38:16 +0200
Subject: Fix prefix path

---
 cmake/pkgconfig/urdfdom_headers.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/pkgconfig/urdfdom_headers.pc.in b/cmake/pkgconfig/urdfdom_headers.pc.in
index a9fe55b..7903698 100644
--- a/cmake/pkgconfig/urdfdom_headers.pc.in
+++ b/cmake/pkgconfig/urdfdom_headers.pc.in
@@ -1,5 +1,5 @@
 # This file was generated by CMake for @PROJECT_NAME@
-prefix=${pcfiledir}/../@RELATIVE_PATH_LIBDIR_TO_PREFIX@
+prefix=@CMAKE_INSTALL_PREFIX@
 exec_prefix=${prefix}
 includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@