diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-08 11:44:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-08 11:44:17 +0200 |
commit | 4fd5ddcbcb150d6f687f919c2e5ddefe1a804ec9 (patch) | |
tree | 20acc2556e264931b3e258c772b3dbe4f475e006 /package/grep | |
parent | 9533625f503d4654295ec2e4e1b5387a1fddbe1d (diff) | |
parent | b35c2c31271fbaa05c5839133f623c84324e34b7 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/grep')
-rw-r--r-- | package/grep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/grep/Makefile b/package/grep/Makefile index 79a2328d2..fa68dc229 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:= 2 +PKG_RELEASE:= 3 PKG_MD5SUM:= e848f07e3e79aa7899345d17c7e4115e PKG_DESCR:= global search for a regular expression and print out matched lines PKG_SECTION:= utils @@ -23,7 +23,7 @@ TARGET_LDFLAGS+= -liconv CONFIGURE_ARGS+= --without-included-regex post-install: - $(INSTALL_DIR) $(IDIR_GREP)/usr/bin + $(INSTALL_DIR) $(IDIR_GREP)/bin $(INSTALL_BIN) $(WRKINST)/usr/bin/{e,f,}grep $(IDIR_GREP)/bin include ${TOPDIR}/mk/pkg-bottom.mk |