Skip to content

Commit c2a749f

Browse files
committed
Add "Tuxedo" distributor id
Signed-off-by: Werner Sembach <[email protected]>
1 parent 6a35e8a commit c2a749f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dkms_common.postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ echo "Building for $KERNELS" | tr '\n' ',' \
201201
| sed -e 's/,/, /g; s/, $/\n/; s/, \([^,]\+\)$/ and \1/'
202202

203203
if [ -n "$ARCH" ]; then
204-
if which lsb_release >/dev/null && [ $(lsb_release -s -i) = "Ubuntu" ]; then
204+
if which lsb_release >/dev/null && ([ $(lsb_release -s -i) = "Ubuntu" ] || [ $(lsb_release -s -i) = "Tuxedo" ]); then
205205
case $ARCH in
206206
amd64)
207207
ARCH="x86_64"

0 commit comments

Comments
 (0)