prereq-build: fix typo on the IPC::Cmd module message

Perl modules use double-colon naming.

Signed-off-by: Jan Pazdziora <jan.pazdziora@code.adelton.com>
Link: https://github.com/openwrt/openwrt/pull/19047
Signed-off-by: Robert Marko <robimarko@gmail.com>
pull/19047/head
Jan Pazdziora 2025-06-06 19:13:29 +02:00 committed by Robert Marko
parent 7d617804cf
commit 2f741ab8b1
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ $(eval $(call TestHostCommand,perl-thread-queue, \
perl -MThread::Queue -e 1))
$(eval $(call TestHostCommand,perl-ipc-cmd, \
Please install the Perl IPC:Cmd module, \
Please install the Perl IPC::Cmd module, \
perl -MIPC::Cmd -e 1))
$(eval $(call SetupHostCommand,tar,Please install GNU 'tar', \