We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afa0860 + e0cbe93 commit 9e0fe59Copy full SHA for 9e0fe59
2 files changed
Makefile
@@ -43,5 +43,6 @@ pack:
43
install:
44
mkdir -p $(DESTDIR)$(PREFIX)/bin
45
mkdir -p $(DESTDIR)$(PREFIX)/share/NoticEditor/examples
46
- install -m 0755 dist/NoticEditor.jar $(DESTDIR)$(PREFIX)/bin/noticed.jar
47
- install -m 0755 $(EXAMPLES)/Earth.zip $(DESTDIR)$(PREFIX)/share/NoticEditor/examples/Earth.zip
+ install -m 0755 $(DIST)/$(OUTPUT) $(DESTDIR)$(PREFIX)/bin/$(OUTPUT)
+ cp -rf $(EXAMPLES) $(DESTDIR)$(PREFIX)/share/NoticEditor/examples
48
+ chmod -R 0755 $(DESTDIR)$(PREFIX)/share/NoticEditor/examples
examples/Earth.zip
68 KB
0 commit comments