Closed TorabRamin closed 1 year ago
cp -f lib/Cpanel/iContact/Provider/Schema/Telegram.pm /var/cpanel/perl/Cpanel/iContact/Provider/Schema/Telegram.pm
cp: cannot create regular file '/var/cpanel/perl/Cpanel/iContact/Provider/Schema/Telegram.pm': No such file or directory
make: *** [Makefile:27: install-telegram] Error 1
So, it's trying to write to a directory that doesn't exist.
Presumably just need to add a mkdir -p
to the makefile directly before we do that
I've encountered this error. Is there have any solution for it?