1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pepettes_ynh.git synced 2024-09-03 19:56:35 +02:00
This commit is contained in:
yalh76 2021-03-13 13:06:57 +01:00
parent b20a6a6f53
commit db62524365

View file

@ -3,7 +3,7 @@
ynh_python_try_bash_extension() {
if [ -x src/configure ]; then
src/configure && make -C src || {
echo "Optional bash extension failed to build, but things will still work normally."
ynh_print_info --message="Optional bash extension failed to build, but things will still work normally."
}
fi
}