Skip to content

Commit bbfe492

Browse files
committed
MAINTENANCE: Repair typos in EMCApplication
Remove typos in EMCApplication documentation.
1 parent cdd7ab1 commit bbfe492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developing/emcapplication-developing.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ exit
6666

6767
At the end you will have several new **.deb** files in your folder.
6868

69-
You should replace `--gid 1000`s and `--uid 1000` with numbers which you got from `id` command in previous step.
69+
You should replace `--gid 1000` and `--uid 1000` with numbers which you got from `id` command in previous step.
7070

7171
As EMCApplication packages are pinning the version of Machinekit-HAL packages dependency to one specific version, we need to pass this version string to _debian/configure_ script as `debian/configure machinekit-hal=${VERSION}`. One can use either version available from one of accessible Debian repositories, or already installed version.
7272

@@ -162,4 +162,4 @@ Machinekit-HAL project and LinuxCNC project both have certain development vector
162162

163163
This way the _apt_ will make sure that the correct version of Machinekit-HAL is installed for the EMCApplication issue-less operation.
164164

165-
Using the _**mk-build-deps**_ script from the _devscripts_ package for creating environment capable of problem-less building of packages by invocating `dpkg-buildpackage` or compiling and linking the software during **R**un-**I**n-**P**lace build needs the `debian/control` file with correctly stated `Build-Depends: machinekit-ha (=` dependency. This is why we need to pass the _machinekit-hal_ package version early in stage when calling the `debian/configure machinekit-hal=${VERSION}` script.
165+
Using the _**mk-build-deps**_ script from the _devscripts_ package for creating environment capable of problem-less building of packages by invocating `dpkg-buildpackage` or compiling and linking the software during **R**un-**I**n-**P**lace build needs the `debian/control` file with correctly stated `Build-Depends: machinekit-hal (=` dependency. This is why we need to pass the _machinekit-hal_ package version early in stage when calling the `debian/configure machinekit-hal=${VERSION}` script.

0 commit comments

Comments
 (0)