change prefix for util-linux binaries from / to /usr
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Dec 2012 16:07:42 +0000 (16:07 +0000)
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Dec 2012 16:07:42 +0000 (16:07 +0000)
commitc577d7187dc330a462d6917e7b92e43400015e22
tree5db59b8280f5247065587ad87b8c990556e1a135
parent83ca1c6d750725ef1f7ee4e88d9643bc458dc8f3
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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34791 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/util-linux/Makefile