Просмотр исходного кода

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

Perl modules use double-colon naming.

Signed-off-by: Jan Pazdziora <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/19047
Signed-off-by: Robert Marko <[email protected]>
Jan Pazdziora 6 месяцев назад
Родитель
Сommit
2f741ab8b1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      include/prereq-build.mk

+ 1 - 1
include/prereq-build.mk

@@ -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', \