diff options
Diffstat (limited to 'src/Makefile.binary')
| -rw-r--r-- | src/Makefile.binary | 6 |
1 files changed, 2 insertions, 4 deletions
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) |
