From 69065b0b7400826853f11a686888895477c2d347 Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 24 Jun 2004 08:21:59 +0000 Subject: Put jar file in share instead of lib --- src/Makefile.binary | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile.binary') diff --git a/src/Makefile.binary b/src/Makefile.binary index df3176810..cb43babc0 100644 --- a/src/Makefile.binary +++ b/src/Makefile.binary @@ -1,10 +1,10 @@ include config.mk -GF_LIB_DIR=$(libdir)/GF-$(PACKAGE_VERSION) +GF_DATA_DIR=$(datadir)/GF-$(PACKAGE_VERSION) .PHONY: install install: $(INSTALL) -d $(bindir) $(INSTALL) gf gfdoc jgf $(bindir) - $(INSTALL) -d $(GF_LIB_DIR) - $(INSTALL) -m 0644 gf-java.jar $(GF_LIB_DIR) + $(INSTALL) -d $(GF_DATA_DIR) + $(INSTALL) -m 0644 gf-java.jar $(GF_DATA_DIR) -- cgit v1.2.3