Update main.sh
This commit is contained in:
parent
b3d5b22405
commit
e40af08410
10
main.sh
10
main.sh
@ -3,11 +3,15 @@
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Clone Upstream
|
||||
mkdir -p ./src-pkg-name
|
||||
cp -rvf ./debian ./src-pkg-name/
|
||||
cd ./src-pkg-name/
|
||||
git clone https://github.com/ferrreo/ags.git
|
||||
cd ./ags
|
||||
git checkout mpris-use-hash-for-cache
|
||||
git submodule update --init
|
||||
cp -rvf ../debian ./
|
||||
|
||||
|
||||
# Get build deps
|
||||
apt-get update
|
||||
apt-get build-dep ./ -y
|
||||
|
||||
# Build package
|
||||
|
Loading…
Reference in New Issue
Block a user