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
|
||||
|
||||
# Clone Upstream
|
||||
git clone -b release_"$VERSION" https://gitlab.com/CalcProgrammer1/OpenRGB ./openrgb
|
||||
cp -rvf ./debian ./openrgb/
|
||||
git clone https://gitlab.com/CalcProgrammer1/OpenRGB ./openrgb
|
||||
#cp -rvf ./debian ./openrgb/
|
||||
cd ./openrgb/
|
||||
|
||||
# Get build deps
|
||||
apt-get build-dep ./ -y
|
||||
|
||||
# Build package
|
||||
LOGNAME=root dh_make --createorig -y -l -p openrgb_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||
dpkg-buildpackage --no-sign
|
||||
./scripts/build-package-files.sh debian/changelog
|
||||
dpkg-architecture -l
|
||||
dpkg-buildpackage -us -B
|
||||
|
||||
# Move the debs to output
|
||||
cd ../
|
||||
|
Loading…
x
Reference in New Issue
Block a user