This commit is contained in:
Grégory Soutadé 2024-09-19 08:41:15 +02:00 committed by Ismail Dönmez
parent a1c754d81e
commit 25304e7a40
Signed by: ismail
SSH Key Fingerprint: SHA256:eqqlJyEjT2ztYsxWLggpL49JL3BNsQWg7bNKS1I89+4

View File

@ -3,7 +3,7 @@
if [ ! -d lib/updfparser ] ; then if [ ! -d lib/updfparser ] ; then
echo "Some libraries are missing" echo "Some libraries are missing"
echo "You must run this script at the top of libgourou working direcotry." echo "You must run this script at the top of libgourou working direcotry."
echo "./lib/setup.sh must be called first (make all)" echo "./scripts/setup.sh must be called first (make all)"
exit 1 exit 1
fi fi