mirror of
https://git.openwrt.org/openwrt/openwrt.git/
synced 2025-10-06 03:12:40 +02:00
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>
This commit is contained in:
committed by
Robert Marko
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', \
|
||||
|
Reference in New Issue
Block a user