generated from cosmic-packages/pop-launcher
Update main.sh
This commit is contained in:
parent
d77c3095f8
commit
bfe73e587c
8
main.sh
8
main.sh
@ -6,14 +6,14 @@ set -e
|
||||
|
||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||
|
||||
VERSION="1.2.3"
|
||||
VERSION="0.1.0"
|
||||
|
||||
# Clone Upstream
|
||||
git clone https://github.com/pop-os/launcher.git
|
||||
cd launcher
|
||||
git clone https://github.com/pop-os/cosmic-applibrary.git
|
||||
cd cosmic-applibrary
|
||||
|
||||
# Get build deps
|
||||
LOGNAME=root dh_make --createorig -y -l -p pop-launcher_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||
LOGNAME=root dh_make --createorig -y -l -p cosmic-app-library_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||
apt-get build-dep ./ -y
|
||||
|
||||
# Build package
|
||||
|
Loading…
Reference in New Issue
Block a user