]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
prereq-build: fix typo on the IPC::Cmd module message 19047/head
authorJan Pazdziora <jan.pazdziora@code.adelton.com>
Fri, 6 Jun 2025 17:13:29 +0000 (19:13 +0200)
committerRobert Marko <robimarko@gmail.com>
Sat, 7 Jun 2025 13:24:06 +0000 (15:24 +0200)
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>
include/prereq-build.mk

index 8b138cfc44e98a919d939c1f664e10d91cab38a9..913888e0ada5ba291bd1a0d3dc620b2039576b41 100644 (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', \