diff options
| author | bringert <unknown> | 2004-06-23 13:23:25 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2004-06-23 13:23:25 +0000 |
| commit | ba9d7ba3e2e2a01052101676f04ed7dc200f2cf3 (patch) | |
| tree | 4b9930a54dfe7b5f1e0b957c76d6e491ddaea151 /src/Makefile.binary | |
| parent | e5315aa5fd12b57124f42123b4f981460258f578 (diff) | |
Do not use prefix inside the binary dist
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) |
