forked from GitHub/gf-core
Fixed typo in install-editor target
This commit is contained in:
@@ -154,7 +154,7 @@ install-gfdoc:
|
|||||||
install-editor:
|
install-editor:
|
||||||
$(INSTALL) -d $(datadir)/GF-$(PACKAGE_VERSION)
|
$(INSTALL) -d $(datadir)/GF-$(PACKAGE_VERSION)
|
||||||
$(INSTALL) jgf $(bindir)
|
$(INSTALL) jgf $(bindir)
|
||||||
$(INSTALL) -m 0644 java/gf-java.jar $(datedir)/GF-$(PACKAGE_VERSION)
|
$(INSTALL) -m 0644 java/gf-java.jar $(datadir)/GF-$(PACKAGE_VERSION)
|
||||||
|
|
||||||
install: install-gf install-gfdoc install-editor
|
install: install-gf install-gfdoc install-editor
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user