diff options
| author | Jan Pazdziora | 2025-06-06 17:13:29 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-06-07 13:24:06 +0000 |
| commit | 2f741ab8b1ea70dd2139282f87932b93d52d89d6 (patch) | |
| tree | 567861d9daa6838e42f16d7bf6f5f5e4cd3840e9 | |
| parent | 7d617804cfe7d9e5d2b6b11cb641bc0e49da1e17 (diff) | |
| download | openwrt-2f741ab8b1ea70dd2139282f87932b93d52d89d6.tar.gz | |
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>
| -rw-r--r-- | include/prereq-build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 8b138cfc44..913888e0ad 100644 --- a/include/prereq-build.mk +++ b/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', \ |