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 4227e3a45..6d8dfd12d 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/?grep $(IDIR_GREP)/usr/bin include ${TOPDIR}/mk/pkg-bottom.mk |