wip
This commit is contained in:
parent
6886961203
commit
a521efec21
1 changed files with 5 additions and 1 deletions
6
gbar.sh
6
gbar.sh
|
@ -94,11 +94,14 @@
|
||||||
|
|
||||||
cd "$cloneDir" || silentexec mkdir "$cloneDir" && cd "$cloneDir"
|
cd "$cloneDir" || silentexec mkdir "$cloneDir" && cd "$cloneDir"
|
||||||
if run --err err git clone --depth=1 https://github.com/scorpion-26/gBar.git gbar; then
|
if run --err err git clone --depth=1 https://github.com/scorpion-26/gBar.git gbar; then
|
||||||
|
upclear
|
||||||
check "Cloned $PACKAGE-sources"
|
check "Cloned $PACKAGE-sources"
|
||||||
cd gbar
|
cd ./gbar
|
||||||
else
|
else
|
||||||
|
upclear
|
||||||
throw "Error cloning $PACKAGE-sources!"
|
throw "Error cloning $PACKAGE-sources!"
|
||||||
echo-error "${err:-}"
|
echo-error "${err:-}"
|
||||||
|
exit 69
|
||||||
fi
|
fi
|
||||||
|
|
||||||
spin "Building $PACKAGE.."
|
spin "Building $PACKAGE.."
|
||||||
|
@ -107,6 +110,7 @@
|
||||||
else
|
else
|
||||||
throw "Error building $PACKAGE"
|
throw "Error building $PACKAGE"
|
||||||
echo-error "${err:-}"
|
echo-error "${err:-}"
|
||||||
|
exit 69
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# run ninja -C build
|
# run ninja -C build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue