We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7a1db commit 86b4e9eCopy full SHA for 86b4e9e
1 file changed
docs/developing/machinekit-developing.asciidoc
@@ -86,7 +86,7 @@ As a last step we need to `cd` to a parent directory (making sure the current us
86
87
[source,bash]
88
----
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
+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 ."
90
91
92
This step will create multitude of `.deb` or `.ddeb` packages in the current working directory.
0 commit comments