summaryrefslogtreecommitdiffstats
path: root/rules/grep.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-09 14:49:12 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-04-11 11:18:20 +0200
commitf984890cb831c81e98783835bb13fc956a07d8f3 (patch)
tree67966466b01425220f12867f4b046aabdfd0a670 /rules/grep.make
parent013152ae88cccef74b50fa1750da7cda57f6689c (diff)
downloadptxdist-f984890cb831c81e98783835bb13fc956a07d8f3.tar.gz
ptxdist-f984890cb831c81e98783835bb13fc956a07d8f3.tar.xz
grep: /usr merge
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/grep.make')
-rw-r--r--rules/grep.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/grep.make b/rules/grep.make
index fc11b7496..10ff9dc90 100644
--- a/rules/grep.make
+++ b/rules/grep.make
@@ -40,7 +40,7 @@ GREP_CONF_ENV := \
#
GREP_CONF_TOOL := autoconf
GREP_CONF_OPT := \
- $(CROSS_AUTOCONF_ROOT) \
+ $(CROSS_AUTOCONF_USR) \
$(GLOBAL_LARGE_FILE_OPTION) \
--enable-threads=posix \
--disable-assert \
@@ -61,7 +61,7 @@ $(STATEDIR)/grep.targetinstall:
@$(call install_fixup, grep,AUTHOR,"Luotao Fu <l.fu@pengutronix.de>")
@$(call install_fixup, grep,DESCRIPTION,missing)
- @$(call install_copy, grep, 0, 0, 0755, -, /bin/grep)
+ @$(call install_copy, grep, 0, 0, 0755, -, /usr/bin/grep)
@$(call install_finish, grep)