Skip to content

Commit 59698d6

Browse files
author
Stefan Knorr
committed
Fix packaging issue
The path we'd get in xml:base was ../daps-xslt and not just ..
1 parent 3956541 commit 59698d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ clean-local:
250250

251251
$(DAPS_CATALOG): DAPS_PROFDIR := $(pkgdatadir)/daps-xslt/profiling
252252
$(DAPS_CATALOG): $(DAPS_CATALOG_TEMPLATE) $(BUILD_ROOT) $(DAPS_CATALOG_DIR)
253-
sed 's_\(xml:base\)=".."_\1="file:///usr/share/daps/daps-xslt/"_g' $< > $@
253+
sed 's_\(xml:base\)="[^"]*"_\1="file:///usr/share/daps/daps-xslt/"_g' $< > $@
254254

255255

256256
# the sources contain links bin/daps, etc/config and $(FOP_CONFIG)

0 commit comments

Comments
 (0)