fix debian cp

This commit is contained in:
Ward from fusion-voyager-3 2024-07-29 01:43:33 +03:00
parent c82d6545b0
commit b0b3269d67
2 changed files with 4 additions and 1 deletions

1
debian/control vendored
View File

@ -4,7 +4,6 @@ Priority: optional
Maintainer: Ward Nakchbandi <hotrod.master@hotmail.com>
Build-Depends:
debhelper-compat (= 13),
wget,
Standards-Version: 4.6.1
Homepage: https://github.com/nobara-project/steamdeck-edition-packages

View File

@ -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