From 269965a80e4a8637e22eadbcafdbd547991d6aff Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 4 Aug 2024 15:32:12 +0200 Subject: [PATCH] Update main.sh --- main.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/main.sh b/main.sh index d80ca48..5fe1d75 100755 --- a/main.sh +++ b/main.sh @@ -6,15 +6,14 @@ set -e echo "$PIKA_BUILD_ARCH" > pika-build-arch -VERSION="1.0" +VERSION="1.2.3" # Clone Upstream -mkdir -p ./src-pkg-name -cp -rvf ./debian ./src-pkg-name/ -cd ./src-pkg-name/ +git clone https://github.com/pop-os/launcher.git +cd launcher # 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 pop-launcher_"$VERSION" || echo "dh-make: Ignoring Last Error" apt-get build-dep ./ -y # Build package