diff options
Diffstat (limited to 'package/grep/Makefile')
-rw-r--r-- | package/grep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/grep/Makefile b/package/grep/Makefile index 3666cef87..61b2acf0f 100644 --- a/package/grep/Makefile +++ b/package/grep/Makefile @@ -8,7 +8,7 @@ PKG_VERSION:= 2.19 PKG_RELEASE:= 1 PKG_MD5SUM:= ac732142227d9fe9567d71301e127979 PKG_DESCR:= global search for a regex and print out matched lines -PKG_SECTION:= utils +PKG_SECTION:= base/apps PKG_DEPENDS:= libpcre PKG_BUILDDEP:= pcre PKG_URL:= http://www.gnu.org/software/grep/ |