diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-04-24 19:41:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-04-24 19:41:57 +0000 |
commit | a6f734ed99c93f5a014b0893b1759c219fa1343f (patch) | |
tree | 74996dc0be036b2a5cdada2275d423acc2d172bb | |
parent | 8306b558621729da7ab8c48456288242c6b4b58b (diff) | |
download | upstream-a6f734ed99c93f5a014b0893b1759c219fa1343f.tar.gz upstream-a6f734ed99c93f5a014b0893b1759c219fa1343f.tar.bz2 upstream-a6f734ed99c93f5a014b0893b1759c219fa1343f.zip |
build: clarify the file prereq check message
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40569
-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 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. \ )) |