Browse Source

add fgrep/egrep

Waldemar Brodkorb 14 years ago
parent
commit
9c7c64ee95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/grep/Makefile

+ 1 - 1
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