Forráskód Böngészése

grep: override busybox grep in /bin

Waldemar Brodkorb 9 hónapja
szülő
commit
51cd6841c9
1 módosított fájl, 3 hozzáadás és 2 törlés
  1. 3 2
      package/grep/Makefile

+ 3 - 2
package/grep/Makefile

@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		grep
 PKG_VERSION:=		3.0
-PKG_RELEASE:=		1
+PKG_RELEASE:=		2
 PKG_HASH:=		e2c81db5056e3e8c5995f0bb5d0d0e1cad1f6f45c3b2fc77b6e81435aed48ab5
 PKG_DESCR:=		global search for a regex
 PKG_SECTION:=		base/tools
@@ -25,7 +25,8 @@ $(eval $(call PKG_template,GREP,grep,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS
 
 grep-install:
 	$(INSTALL_DIR) $(IDIR_GREP)/usr/bin
-	$(INSTALL_BIN) $(WRKINST)/usr/bin/{e,f,}grep $(IDIR_GREP)/usr/bin
+	$(INSTALL_BIN) $(WRKINST)/usr/bin/{e,f,}grep \
+		$(IDIR_GREP)/bin
 
 include ${ADK_TOPDIR}/mk/host-bottom.mk
 include ${ADK_TOPDIR}/mk/pkg-bottom.mk