Skip to content

Commit 9e0fe59

Browse files
author
Sergey
committed
Merge pull request #59 from SeTSeR/master
Makefile fix and added content to examples
2 parents afa0860 + e0cbe93 commit 9e0fe59

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ pack:
4343
install:
4444
mkdir -p $(DESTDIR)$(PREFIX)/bin
4545
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
46+
install -m 0755 $(DIST)/$(OUTPUT) $(DESTDIR)$(PREFIX)/bin/$(OUTPUT)
47+
cp -rf $(EXAMPLES) $(DESTDIR)$(PREFIX)/share/NoticEditor/examples
48+
chmod -R 0755 $(DESTDIR)$(PREFIX)/share/NoticEditor/examples

examples/Earth.zip

68 KB
Binary file not shown.

0 commit comments

Comments
 (0)