We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3956541 commit 59698d6Copy full SHA for 59698d6
Makefile.am
@@ -250,7 +250,7 @@ clean-local:
250
251
$(DAPS_CATALOG): DAPS_PROFDIR := $(pkgdatadir)/daps-xslt/profiling
252
$(DAPS_CATALOG): $(DAPS_CATALOG_TEMPLATE) $(BUILD_ROOT) $(DAPS_CATALOG_DIR)
253
- sed 's_\(xml:base\)=".."_\1="file:///usr/share/daps/daps-xslt/"_g' $< > $@
+ sed 's_\(xml:base\)="[^"]*"_\1="file:///usr/share/daps/daps-xslt/"_g' $< > $@
254
255
256
# the sources contain links bin/daps, etc/config and $(FOP_CONFIG)
0 commit comments