We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce6fc7 commit 2dc4637Copy full SHA for 2dc4637
1 file changed
cmd/build-deb.sh
@@ -15,4 +15,6 @@ OPTIONS+=" --provides=mist-device-parameters"
15
OPTIONS+=" --pkglicense=MIT"
16
OPTIONS+=" --maintainer=somebody@thinnect.com"
17
18
+OPTIONS+=" --exclude /usr/lib/python3" # running lsb_release in a fresh container will make a pyc file there otherwise
19
+
20
checkinstall $OPTIONS
0 commit comments