summaryrefslogtreecommitdiffstats
path: root/rules/f2fs-tools.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-11 10:25:42 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-04-11 11:19:42 +0200
commitb66cc72fa06ff07c343a47d467e273470bcf69ad (patch)
tree8348b1de35a0d8675c5a66f38f3cedd423c23b0e /rules/f2fs-tools.make
parent4bc52d110011f72ae23d6ac86dfc23c52aaaabe5 (diff)
downloadptxdist-b66cc72fa06ff07c343a47d467e273470bcf69ad.tar.gz
ptxdist-b66cc72fa06ff07c343a47d467e273470bcf69ad.tar.xz
f2fs-tools: /usr merge
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/f2fs-tools.make')
-rw-r--r--rules/f2fs-tools.make6
1 files changed, 2 insertions, 4 deletions
diff --git a/rules/f2fs-tools.make b/rules/f2fs-tools.make
index 91842c88a..1aa8675c1 100644
--- a/rules/f2fs-tools.make
+++ b/rules/f2fs-tools.make
@@ -39,8 +39,6 @@ F2FS_TOOLS_CONF_ENV := \
# autoconf
#
F2FS_TOOLS_CONF_TOOL := autoconf
-F2FS_TOOLS_CONF_OPT := \
- $(CROSS_AUTOCONF_ROOT)
# ----------------------------------------------------------------------------
# Target-Install
@@ -55,8 +53,8 @@ $(STATEDIR)/f2fs-tools.targetinstall:
@$(call install_fixup, f2fs-tools,AUTHOR,"Jon Ringle")
@$(call install_fixup, f2fs-tools,DESCRIPTION,missing)
- @$(call install_copy, f2fs-tools, 0, 0, 0755, -, /sbin/mkfs.f2fs)
- @$(call install_copy, f2fs-tools, 0, 0, 0755, -, /sbin/fsck.f2fs)
+ @$(call install_copy, f2fs-tools, 0, 0, 0755, -, /usr/sbin/mkfs.f2fs)
+ @$(call install_copy, f2fs-tools, 0, 0, 0755, -, /usr/sbin/fsck.f2fs)
@$(call install_lib, f2fs-tools, 0, 0, 0644, libf2fs)