Skip to content

Commit 43182c6

Browse files
committed
Subroutine merge: 1: move configs/ under linuxcnc/
1 parent 203f526 commit 43182c6

File tree

409 files changed

+9454
-9454
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

409 files changed

+9454
-9454
lines changed

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ override_dh_auto_install:
2222
# create configs directory if it doesn't exist
2323
mkdir -p debian/python3-probe-basic/usr/share/configs/
2424
# Install the config file contents
25-
cp -r configs debian/python3-probe-basic/usr/share/
25+
cp -r linuxcnc/configs debian/python3-probe-basic/usr/share/
2626

2727

2828
override_dh_install:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

33
source ~/dev/venv/bin/activate
4-
cd ~/dev/probe_basic/configs/atc_sim
5-
linuxcnc vmc_index_inch.ini
4+
cd ~/dev/probe_basic/linuxcnc/configs/atc_sim
5+
linuxcnc vmc_index_inch.ini
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

33
source ~/dev/venv/bin/activate
4-
cd ~/dev/probe_basic/configs/probe_basic_lathe
4+
cd ~/dev/probe_basic/linuxcnc/configs/probe_basic_lathe
55
linuxcnc probe_basic_lathe.ini
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

33
source ~/dev/venv/bin/activate
4-
cd ~/dev/probe_basic/configs/probe_basic
5-
linuxcnc probe_basic.ini
4+
cd ~/dev/probe_basic/linuxcnc/configs/probe_basic
5+
linuxcnc probe_basic.ini
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)