From b0b3269d672dc602cf8ffd071a233b1d45b1594c Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Mon, 29 Jul 2024 01:43:33 +0300 Subject: [PATCH] fix debian cp --- debian/control | 1 - main.sh | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index fe96809..3374010 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Ward Nakchbandi Build-Depends: debhelper-compat (= 13), - wget, Standards-Version: 4.6.1 Homepage: https://github.com/nobara-project/steamdeck-edition-packages diff --git a/main.sh b/main.sh index 86baa0d..a7359ab 100755 --- a/main.sh +++ b/main.sh @@ -9,8 +9,12 @@ source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream +cp -rvf ./debian ./gamescope-session/ cd ./gamescope-session +# Get build deps +apt-get build-dep ./ -y + # Build package LOGNAME=root dh_make --createorig -y -l -p gamescope-session_"$VERSION" || echo "dh-make: Ignoring Last Error" dpkg-buildpackage --no-sign