Update main.sh

This commit is contained in:
ferreo 2024-11-20 15:16:45 +01:00
parent 6ae968b362
commit cf9fe79f7f

10
main.sh
View File

@ -6,15 +6,15 @@ set -e
echo "$PIKA_BUILD_ARCH" > pika-build-arch
VERSION="1.0"
VERSION="3.1.1-1git"
# Clone Upstream
mkdir -p ./src-pkg-name
cp -rvf ./debian ./src-pkg-name/
cd ./src-pkg-name/
git clone --recurse-submodules https://github.com/dell/dkms.git -b 8a8a9d1a38fae432ec8734cc1977bdd97666f773
cp -rvf ./debian ./dkms/
cd ./dkms/
# Get build deps
LOGNAME=root dh_make --createorig -y -l -p src-pkg-name_"$VERSION" || echo "dh-make: Ignoring Last Error"
LOGNAME=root dh_make --createorig -y -l -p dkms_"$VERSION" || echo "dh-make: Ignoring Last Error"
apt-get build-dep ./ -y
# Build package