Update main.sh

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-08-13 23:07:42 +02:00
parent 3ebba2d308
commit 396f47a325

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="2.5.0"
# Clone Upstream # Clone Upstream
mkdir -p ./src-pkg-name git clone --depth=1 https://github.com/storaged-project/blivet-gui/ -b "$VERSION"
cp -rvf ./debian ./src-pkg-name/ cp -rvf ./debian ./blivet-gui/
cd ./src-pkg-name/ cd ./blivet-gui/
# 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-gui_"$VERSION" || echo "dh-make: Ignoring Last Error"
apt-get build-dep ./ -y apt-get build-dep ./ -y
# Build package # Build package