From 396f47a32575dd5e303dcb2c92315ef27f33d246 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Tue, 13 Aug 2024 23:07:42 +0200 Subject: [PATCH] Update main.sh --- main.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main.sh b/main.sh index d80ca48..e1fa0ed 100755 --- a/main.sh +++ b/main.sh @@ -6,15 +6,15 @@ set -e echo "$PIKA_BUILD_ARCH" > pika-build-arch -VERSION="1.0" +VERSION="2.5.0" # Clone Upstream -mkdir -p ./src-pkg-name -cp -rvf ./debian ./src-pkg-name/ -cd ./src-pkg-name/ +git clone --depth=1 https://github.com/storaged-project/blivet-gui/ -b "$VERSION" +cp -rvf ./debian ./blivet-gui/ +cd ./blivet-gui/ # 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-gui_"$VERSION" || echo "dh-make: Ignoring Last Error" apt-get build-dep ./ -y # Build package