[PATCH xorgproto] Fix MAN_SUBSTS libdir replacement
Julien Cristau
jcristau at debian.org
Tue Mar 27 21:10:07 UTC 2018
__libdir__ doesn't seem to actually be used anywhere in the man page,
but...
Signed-off-by: Julien Cristau <jcristau at debian.org>
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 8c1faf8..a58faca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -209,7 +209,7 @@ MAN_SUBSTS = \
-e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
-e 's|__datadir__|$(datadir)|g' \
- -e 's|__datadir__|$(libdir)|g' \
+ -e 's|__libdir__|$(libdir)|g' \
-e 's|__sysconfdir__|$(sysconfdir)|g' \
-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
-e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
--
2.11.0
More information about the xorg-devel
mailing list