1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Joseph Herlant <herlantj@gmail.com>
Date: Sat, 5 Feb 2022 21:43:00 -0500
Subject: Updating nxml.pc.in file to fully support multiarchifying
---
nxml.pc.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nxml.pc.in b/nxml.pc.in
index eee0d04..094cee1 100644
--- a/nxml.pc.in
+++ b/nxml.pc.in
@@ -1,6 +1,6 @@
prefix=@prefix@
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+exec_prefix=@exec_prefix@
+libdir=@libdir@
includedir=@includedir@
Name: libnxml
|