fix debian cp
This commit is contained in:
parent
c82d6545b0
commit
b0b3269d67
1
debian/control
vendored
1
debian/control
vendored
@ -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
|
||||
|
||||
|
4
main.sh
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user