summaryrefslogtreecommitdiff
path: root/package/grep
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-09-25 10:39:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-09-25 10:39:35 +0200
commit49a10b7779a6e486966641ec25c8098062bfe85b (patch)
tree4e42e5be6007100c328d4e825402c4e338ab2ab8 /package/grep
parentdfa72c67701b34721319b693357592f22fac93a9 (diff)
parent5d042962bcc03853f940044bb09cd95f60202908 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/grep')
-rw-r--r--package/grep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/grep/Makefile b/package/grep/Makefile
index 5c14aa091..79a2328d2 100644
--- a/package/grep/Makefile
+++ b/package/grep/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= grep
PKG_VERSION:= 2.7
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= e848f07e3e79aa7899345d17c7e4115e
PKG_DESCR:= global search for a regular expression and print out matched lines
PKG_SECTION:= utils
@@ -24,6 +24,6 @@ CONFIGURE_ARGS+= --without-included-regex
post-install:
$(INSTALL_DIR) $(IDIR_GREP)/usr/bin
- $(INSTALL_BIN) $(WRKINST)/usr/bin/{e,f,}grep $(IDIR_GREP)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/{e,f,}grep $(IDIR_GREP)/bin
include ${TOPDIR}/mk/pkg-bottom.mk