mirror of
https://github.com/sbopkg/sbopkg
synced 2025-02-05 08:46:34 +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')
|
||||
NEWSRCVER=""
|
||||
fi
|
||||
if [ $NAME = "virtualbox-kernel" ]; then
|
||||
if [[ $NAME == "virtualbox-kernel" || $NAME == "nvidia-kernel" ]]; then
|
||||
UNAME="$(echo $(uname -r) | sed -e 's/-/_/')"
|
||||
VERSION="$(echo ${VERSION}_${UNAME})"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue