From: Felix Fietkau <nbd@openwrt.org>
Date: Thu, 24 Apr 2014 19:41:57 +0000 (+0000)
Subject: build: clarify the file prereq check message
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a6f734ed99c93f5a014b0893b1759c219fa1343f;p=openwrt%2Fstaging%2Fstintel.git

build: clarify the file prereq check message

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 40569
---

diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index 2e8d712cb8..cb23f85647 100644
--- a/include/prereq-build.mk
+++ b/include/prereq-build.mk
@@ -189,5 +189,5 @@ $(eval $(call Require,getopt-extended, \
 ))
 
 $(eval $(call RequireCommand,file, \
-	Please install file. \
+	Please install the 'file' package. \
 ))