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
|
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||||
|
|
||||||
VERSION="1.2.3"
|
VERSION="0.1.0"
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://github.com/pop-os/launcher.git
|
git clone https://github.com/pop-os/cosmic-applibrary.git
|
||||||
cd launcher
|
cd cosmic-applibrary
|
||||||
|
|
||||||
# Get build deps
|
# 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
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
|
Loading…
Reference in New Issue
Block a user