mirror of https://github.com/openwrt/openwrt.git
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
parent
7d617804cf
commit
2f741ab8b1
|
@ -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', \
|
||||
|
|
Loading…
Reference in New Issue