mirror of
https://github.com/sbopkg/sbopkg
synced 2025-02-10 20:47:56 +01:00
add nvidia-kernel hack to the same virtualbox-kernel one
This commit is contained in:
parent
10d840b18b
commit
ffc002b1e9
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ potential updates..." >> $UPDATELIST
|
||||||
VERSION=$(echo $VERSION | sed -e 's/[ #}\t].*$//;s/^.*://;s/-/./g')
|
VERSION=$(echo $VERSION | sed -e 's/[ #}\t].*$//;s/^.*://;s/-/./g')
|
||||||
NEWSRCVER=""
|
NEWSRCVER=""
|
||||||
fi
|
fi
|
||||||
if [ $NAME = "virtualbox-kernel" ]; then
|
if [[ $NAME == "virtualbox-kernel" || $NAME == "nvidia-kernel" ]]; then
|
||||||
UNAME="$(echo $(uname -r) | sed -e 's/-/_/')"
|
UNAME="$(echo $(uname -r) | sed -e 's/-/_/')"
|
||||||
VERSION="$(echo ${VERSION}_${UNAME})"
|
VERSION="$(echo ${VERSION}_${UNAME})"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue