diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-26 09:42:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-26 09:42:08 +0200 |
commit | 7aa469b748327e3d0cda5b985e73738a77cf07f6 (patch) | |
tree | f995c833954f5036072218555a600e5c2ccf6c3a /package/grep | |
parent | cbc20d365cd2262ebe181aaffb951047eb720324 (diff) |
oops, ?grep does not include grep
Diffstat (limited to 'package/grep')
-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 6d8dfd12d..0f9a73f9b 100644 --- a/package/grep/Makefile +++ b/package/grep/Makefile @@ -24,6 +24,6 @@ CONFIGURE_ARGS+= --without-included-regex post-install: $(INSTALL_DIR) $(IDIR_GREP)/usr/bin - $(INSTALL_BIN) $(WRKINST)/usr/bin/?grep $(IDIR_GREP)/usr/bin + $(INSTALL_BIN) $(WRKINST)/usr/bin/{e,f,}grep $(IDIR_GREP)/usr/bin include ${TOPDIR}/mk/pkg-bottom.mk |