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>
|
Maintainer: Ward Nakchbandi <hotrod.master@hotmail.com>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
wget,
|
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.1
|
||||||
Homepage: https://github.com/nobara-project/steamdeck-edition-packages
|
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
|
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
|
cp -rvf ./debian ./gamescope-session/
|
||||||
cd ./gamescope-session
|
cd ./gamescope-session
|
||||||
|
|
||||||
|
# Get build deps
|
||||||
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
LOGNAME=root dh_make --createorig -y -l -p gamescope-session_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
LOGNAME=root dh_make --createorig -y -l -p gamescope-session_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||||
dpkg-buildpackage --no-sign
|
dpkg-buildpackage --no-sign
|
||||||
|
Loading…
Reference in New Issue
Block a user