From ec84a801803dabb4cd0c7f0083d30e96a1748b77 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 30 Sep 2011 17:40:58 +0200 Subject: fix wrong path, overwrite busybox symlinks --- package/grep/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/grep') diff --git a/package/grep/Makefile b/package/grep/Makefile index 79a2328d2..fa68dc229 100644 --- a/package/grep/Makefile +++ b/package/grep/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= grep PKG_VERSION:= 2.7 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_MD5SUM:= e848f07e3e79aa7899345d17c7e4115e PKG_DESCR:= global search for a regular expression and print out matched lines PKG_SECTION:= utils @@ -23,7 +23,7 @@ TARGET_LDFLAGS+= -liconv CONFIGURE_ARGS+= --without-included-regex post-install: - $(INSTALL_DIR) $(IDIR_GREP)/usr/bin + $(INSTALL_DIR) $(IDIR_GREP)/bin $(INSTALL_BIN) $(WRKINST)/usr/bin/{e,f,}grep $(IDIR_GREP)/bin include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3