Skip to content

Commit de8ed5b

Browse files
authored
Merge pull request #324 from machinekit/the-snowwhite-patch-1
Update machinekit-developing.asciidoc
2 parents 5a7a1db + 86b4e9e commit de8ed5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developing/machinekit-developing.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ As a last step we need to `cd` to a parent directory (making sure the current us
8686

8787
[source,bash]
8888
----
89-
docker run -it --rm -u "$(id -u):$(id -g)" -v "$(pwd):/home/machinekit/build" -w "/home/machinekit/build/machinekit-hal" ${PREFIX}/machinekit-hal-${DISTRUBUTION}-builder-v.${ARCHITECTURE}_${OS_VERSION_NUMBER}:latest debian/buildpackages.py
89+
docker run -it --rm -u "$(id -u):$(id -g)" -v "$(pwd):/home/machinekit/build" -w "/home/machinekit/build" ${PREFIX}/machinekit-hal-${DISTRUBUTION}-builder-v.${ARCHITECTURE}_${OS_VERSION_NUMBER}:latest /bin/bash -c "debian/buildpackages.py; cp ../*.deb ."
9090
----
9191

9292
This step will create multitude of `.deb` or `.ddeb` packages in the current working directory.

0 commit comments

Comments
 (0)