Skip to content

Commit

Permalink
Fix packaging issue
Browse files Browse the repository at this point in the history
The path we'd get in xml:base was ../daps-xslt and not just ..
  • Loading branch information
Stefan Knorr committed Aug 8, 2018
1 parent 3956541 commit 59698d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 59698d6

Please sign in to comment.