aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0935746d..53dad731a 100644
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,7 @@ $(ODTREF): $(addprefix $(ODTSTYLES)/, layout-cache meta.xml styles.xml content.x
ODTREFSH=$(SRCDIR)/wrappers/odtref.sh
cleanup_files+=$(ODTREFSH)
$(ODTREFSH): $(ODTREF)
- echo "REFERENCEODT='$(PKGDATAPATH)/$(notdir $(ODTREF))'" > $@
+ echo "REFERENCEODT='$(PREFIX)/share/$(DATADIR)/$(notdir $(ODTREF))'" > $@
.PHONY: wrappers
wrappers: $(WRAPPERS)