We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f993849 commit 465789aCopy full SHA for 465789a
docs/devtools/packaging-for-ev3dev.md
@@ -185,7 +185,7 @@ building packages for yourself.
185
DEBUILD_OPTIONS="--binary-only" OS=debian ARCH=armhf DIST=jessie pbuilder-ev3dev build
186
# build for RPi 0/1
187
OS=raspbian ARCH=armhf DIST=jessie pbuilder-ev3dev base
188
- OS=raspbian ARCH=armhf DIST=jessie pbuilder-ev3dev build
+ OS=raspbian ARCH=armhf DIST=jessie pbuilder-ev3dev build
189
190
If your package does not have any binary components (like a pure python
191
package), you can do this instead:
0 commit comments