From ba9d7ba3e2e2a01052101676f04ed7dc200f2cf3 Mon Sep 17 00:00:00 2001 From: bringert Date: Wed, 23 Jun 2004 13:23:25 +0000 Subject: Do not use prefix inside the binary dist --- src/Makefile.binary | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/Makefile.binary') diff --git a/src/Makefile.binary b/src/Makefile.binary index 32ce409b6..c8d666cff 100644 --- a/src/Makefile.binary +++ b/src/Makefile.binary @@ -4,8 +4,6 @@ GF_LIB_DIR=$(libdir)/GF-$(PACKAGE_VERSION) install: $(INSTALL) -d $(bindir) - $(INSTALL) ./$(bindir)/* $(bindir) -# overwrite the old one with the newly configured one if there is one - [ -f jgf ] && $(INSTALL) jgf $(bindir) + $(INSTALL) gf gfdoc jgf $(bindir) $(INSTALL) -d $(GF_LIB_DIR) - $(INSTALL) -m 0644 ./$(GF_LIB_DIR)/* $(GF_LIB_DIR) + $(INSTALL) -m 0644 gf-java.jar $(GF_LIB_DIR) -- cgit v1.2.3