This commit is contained in:
pika 2025-05-30 17:46:13 +02:00
parent 6886961203
commit a521efec21

View file

@ -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