Update main.sh

This commit is contained in:
ferreo 2024-11-20 15:27:03 +01:00
parent 5ccb132f8c
commit a5526ecbc7

View File

@ -9,9 +9,10 @@ echo "$PIKA_BUILD_ARCH" > pika-build-arch
VERSION="3.1.1-1git" VERSION="3.1.1-1git"
# Clone Upstream # Clone Upstream
git clone --recurse-submodules https://github.com/dell/dkms.git -b 8a8a9d1a38fae432ec8734cc1977bdd97666f773 git clone --recurse-submodules https://github.com/dell/dkms.git
cp -rvf ./debian ./dkms/ cd ./dkms
cd ./dkms/ git checkout 8a8a9d1a38fae432ec8734cc1977bdd97666f773
cp -rvf ../debian ./
# Get build deps # Get build deps
LOGNAME=root dh_make --createorig -y -l -p dkms_"$VERSION" || echo "dh-make: Ignoring Last Error" LOGNAME=root dh_make --createorig -y -l -p dkms_"$VERSION" || echo "dh-make: Ignoring Last Error"