summaryrefslogtreecommitdiffstats
path: root/rules/glibc.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-04-07 09:21:03 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-04-11 11:22:04 +0200
commitcf389a5c39af22ba0201272eb2d721e855202969 (patch)
tree36b8309eaf4ebe45383ebac1dbf7a02e9996f1d1 /rules/glibc.make
parent34cd7efe933ed4cb938e1bf60c5d3fc8690e71e5 (diff)
downloadptxdist-cf389a5c39af22ba0201272eb2d721e855202969.tar.gz
ptxdist-cf389a5c39af22ba0201272eb2d721e855202969.tar.xz
glibc: /usr merge
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/glibc.make')
-rw-r--r--rules/glibc.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/glibc.make b/rules/glibc.make
index c662d3bd1..4018e0186 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -127,7 +127,7 @@ endif
ifdef PTXCONF_GLIBC_LDCONFIG
@$(call install_copy, glibc, 0, 0, 0755, \
- $(PTXDIST_SYSROOT_TOOLCHAIN)/sbin/ldconfig, /sbin/ldconfig)
+ $(PTXDIST_SYSROOT_TOOLCHAIN)/sbin/ldconfig, /usr/sbin/ldconfig)
@$(call install_alternative, glibc, 0, 0, 0644, /etc/ld.so.conf)
@$(call install_copy, glibc, 0, 0, 0755, /etc/ld.so.conf.d)
endif