Skip to content

Commit

Permalink
Add linuxcnc-python script to system install
Browse files Browse the repository at this point in the history
Tests running against system install need `linuxcnc-python` in
`$PATH`.

The system-installed `stepconf` script uses it, too, so this
particular commit is a fix rather than a hack.
  • Loading branch information
zultron committed Jun 10, 2020
1 parent 2c37d43 commit 94b350e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ install-kernel-indep: install-dirs
$(EXE) ../scripts/halrun $(DESTDIR)$(bindir)
$(EXE) ../scripts/halcmd_twopass $(DESTDIR)$(bindir)
$(EXE) ../scripts/haltcl $(DESTDIR)$(bindir)
$(EXE) ../scripts/linuxcnc-python $(DESTDIR)$(bindir)
$(EXE) ../scripts/simulate_probe $(DESTDIR)$(bindir)
$(EXE) ../scripts/sim_pin $(DESTDIR)$(bindir)
$(FILE) ../*.png ../*.gif $(DESTDIR)$(datadir)/linuxcnc
Expand Down

0 comments on commit 94b350e

Please sign in to comment.