From 59698d612b8963644dd1bfec6a1a337cad23faf1 Mon Sep 17 00:00:00 2001 From: Stefan Knorr Date: Wed, 8 Aug 2018 22:21:23 +0200 Subject: [PATCH] Fix packaging issue The path we'd get in xml:base was ../daps-xslt and not just .. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 48e59e231..3f8d5c3a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -250,7 +250,7 @@ clean-local: $(DAPS_CATALOG): DAPS_PROFDIR := $(pkgdatadir)/daps-xslt/profiling $(DAPS_CATALOG): $(DAPS_CATALOG_TEMPLATE) $(BUILD_ROOT) $(DAPS_CATALOG_DIR) - sed 's_\(xml:base\)=".."_\1="file:///usr/share/daps/daps-xslt/"_g' $< > $@ + sed 's_\(xml:base\)="[^"]*"_\1="file:///usr/share/daps/daps-xslt/"_g' $< > $@ # the sources contain links bin/daps, etc/config and $(FOP_CONFIG)