bash: Add missing dep for cmd:cmp.

This commit is contained in:
Rene Gollent
2015-09-11 18:06:12 -04:00
parent f37076f108
commit 4e8a6ae8c9

View File

@@ -79,12 +79,13 @@ BUILD_REQUIRES="
devel:libncursesw
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:bison
cmd:make
cmd:awk
cmd:patch
cmd:autoconf
cmd:awk
cmd:bison
cmd:cmp
cmd:gcc
cmd:make
cmd:patch
cmd:sed
"