From cbff7937bc3a8718639415088f55712a9e690da8 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 17 Nov 2024 13:01:08 +0100 Subject: [PATCH] Update main.sh --- main.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main.sh b/main.sh index d80ca48..530d0ed 100755 --- a/main.sh +++ b/main.sh @@ -6,15 +6,15 @@ set -e echo "$PIKA_BUILD_ARCH" > pika-build-arch -VERSION="1.0" +VERSION="0.0.1git" -# Clone Upstream -mkdir -p ./src-pkg-name -cp -rvf ./debian ./src-pkg-name/ -cd ./src-pkg-name/ + +git clone --recurse-submodules https://git.outfoxxed.me/quickshell/quickshell.git +cp -rvf ./debian ./quickshell/ +cd ./quickshell/ # 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 quickshell_"$VERSION" || echo "dh-make: Ignoring Last Error" apt-get build-dep ./ -y # Build package