Do not use prefix inside the binary dist

This commit is contained in:
bringert
2004-06-23 13:23:25 +00:00
parent e5315aa5fd
commit ba9d7ba3e2
2 changed files with 5 additions and 6 deletions

View File

@@ -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)