Skip to content

Commit 2dc4637

Browse files
committed
Exclude lsb_release pyc files from package.
1 parent 4ce6fc7 commit 2dc4637

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmd/build-deb.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ OPTIONS+=" --provides=mist-device-parameters"
1515
OPTIONS+=" --pkglicense=MIT"
1616
OPTIONS+=" --maintainer=somebody@thinnect.com"
1717

18+
OPTIONS+=" --exclude /usr/lib/python3" # running lsb_release in a fresh container will make a pyc file there otherwise
19+
1820
checkinstall $OPTIONS

0 commit comments

Comments
 (0)