summaryrefslogtreecommitdiff
path: root/package/grep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/grep/Makefile')
-rw-r--r--package/grep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/grep/Makefile b/package/grep/Makefile
index 3a834e88c..3f2e6b562 100644
--- a/package/grep/Makefile
+++ b/package/grep/Makefile
@@ -19,11 +19,11 @@ DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz
include $(TOPDIR)/mk/package.mk
-$(eval $(call PKG_template,GREP,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,GREP,grep,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
TARGET_LDFLAGS+= -liconv
-post-install:
+grep-install:
$(INSTALL_DIR) $(IDIR_GREP)/bin
$(INSTALL_BIN) $(WRKINST)/usr/bin/{e,f,}grep $(IDIR_GREP)/bin