change prefix for util-linux binaries from / to /usr
authorMirko Vogt <mirko@openwrt.org>
Wed, 19 Dec 2012 16:07:42 +0000 (16:07 +0000)
committerMirko Vogt <mirko@openwrt.org>
Wed, 19 Dec 2012 16:07:42 +0000 (16:07 +0000)
commitec9ce7e0890276486776a1d0862f0e6ce7ede577
treec2fde843e6ad6f0d52e3c19e8cca5817002bd216
parent687920ba3e0a6968a5b23729c6c7fa0c4859fcce
change prefix for util-linux binaries from / to /usr

The prefix / causes executables like mount, umount, etc. to be placed
in /bin /sbin which therewith replace the busybox symlinks.
mount and umount e.g. are linked again libmount.so.

This is e.g. fatal during a sysupgrade, where /bin/mount,
/bin/umount, etc. but not libmount.so get copied into a ramdisk
which will result in non working executables within the ramdisk.

SVN-Revision: 34791
package/util-linux/Makefile