Explorar el Código

oops, ?grep does not include grep

Waldemar Brodkorb hace 14 años
padre
commit
7aa469b748
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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/{e,f,}grep $(IDIR_GREP)/usr/bin
 
 include ${TOPDIR}/mk/pkg-bottom.mk