Update main.sh

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-08-13 22:57:09 +02:00
parent bdf44f8d07
commit 9133951280

10
main.sh
View File

@ -6,15 +6,15 @@ set -e
echo "$PIKA_BUILD_ARCH" > pika-build-arch echo "$PIKA_BUILD_ARCH" > pika-build-arch
VERSION="1.0" VERSION="3.10.1-1"
# Clone Upstream # Clone Upstream
mkdir -p ./src-pkg-name git clone --depth=1 https://github.com/storaged-project/blivet -b blivet-"$VERSION"
cp -rvf ./debian ./src-pkg-name/ cp -rvf ./debian ./blivet/
cd ./src-pkg-name/ cd ./blivet/
# Get build deps # 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 blivet_"$VERSION" || echo "dh-make: Ignoring Last Error"
apt-get build-dep ./ -y apt-get build-dep ./ -y
# Build package # Build package