瀏覽代碼

build: clarify the file prereq check message

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 40569
Felix Fietkau 11 年之前
父節點
當前提交
a6f734ed99
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/prereq-build.mk

+ 1 - 1
include/prereq-build.mk

@@ -189,5 +189,5 @@ $(eval $(call Require,getopt-extended, \
 ))
 ))
 
 
 $(eval $(call RequireCommand,file, \
 $(eval $(call RequireCommand,file, \
-	Please install file. \
+	Please install the 'file' package. \
 ))
 ))