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"
if run --err err git clone --depth=1 https://github.com/scorpion-26/gBar.git gbar; then
upclear
check "Cloned $PACKAGE-sources"
cd gbar
cd ./gbar
else
upclear
throw "Error cloning $PACKAGE-sources!"
echo-error "${err:-}"
exit 69
fi
spin "Building $PACKAGE.."
@ -107,6 +110,7 @@
else
throw "Error building $PACKAGE"
echo-error "${err:-}"
exit 69
fi
# run ninja -C build