浏览代码

add fgrep/egrep

Waldemar Brodkorb 14 年之前
父节点
当前提交
9c7c64ee95
共有 1 个文件被更改,包括 1 次插入1 次删除
  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