Update main.sh
This commit is contained in:
parent
7df5255bc5
commit
c445faa741
9
main.sh
9
main.sh
@ -9,16 +9,17 @@ source ./pika-build-config.sh
|
|||||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone -b release_"$VERSION" https://gitlab.com/CalcProgrammer1/OpenRGB ./openrgb
|
git clone https://gitlab.com/CalcProgrammer1/OpenRGB ./openrgb
|
||||||
cp -rvf ./debian ./openrgb/
|
#cp -rvf ./debian ./openrgb/
|
||||||
cd ./openrgb/
|
cd ./openrgb/
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
LOGNAME=root dh_make --createorig -y -l -p openrgb_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
./scripts/build-package-files.sh debian/changelog
|
||||||
dpkg-buildpackage --no-sign
|
dpkg-architecture -l
|
||||||
|
dpkg-buildpackage -us -B
|
||||||
|
|
||||||
# Move the debs to output
|
# Move the debs to output
|
||||||
cd ../
|
cd ../
|
||||||
|
Loading…
x
Reference in New Issue
Block a user