Update main.sh
This commit is contained in:
parent
543cf0a915
commit
371b9bcbaf
2
main.sh
2
main.sh
@ -1,12 +1,14 @@
|
||||
#! /bin/bash
|
||||
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
VERSION="0.2.35"
|
||||
|
||||
# Clone Upstream
|
||||
cp -rvf ./debian ./pika-pbuilder/
|
||||
cd ./pika-pbuilder/
|
||||
|
||||
# Get build deps
|
||||
LOGNAME=root dh_make --createorig -y -l -p pika-pbuilder_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||
apt-get build-dep ./ -y
|
||||
|
||||
# Build package
|
||||
|
Loading…
Reference in New Issue
Block a user