Skip to content

Commit

Permalink
Fixed incorrect folder-detection at build-time (user devices not affe…
Browse files Browse the repository at this point in the history
…cted)
  • Loading branch information
TheSignPainter98 committed Nov 30, 2020
1 parent 52cabd4 commit ab1b91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ keycov-bin-$(SEMVERSION).tar: $(DIST_PKG_SRCS)

keycov: $(KEYCOV_RUN_SRCS)
[[ ! -d keycov-binary/ ]] && mkdir keycov-binary/ || true
[[ ! -d keycov-binary/ ]] && mkdir keycov-binary/keycov/ || true
[[ ! -d keycov-binary/keycov/ ]] && mkdir keycov-binary/keycov/ || true
cp --parents $(KEYCOV_RUN_SRCS) keycov-binary/
cp keycov-binary/src/keycov.py keycov-binary/src/__main__.py
(cd keycov-binary/src/ && zip -q -MM - $$(find)) > $@-binarytemp
Expand Down

0 comments on commit ab1b91e

Please sign in to comment.