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)
commit667779e4f8fa3749d0867908c4bae53b0471e961
tree5db59b8280f5247065587ad87b8c990556e1a135
parentffe33259302bcf5eb900d47bbd5272eb5fa5d8d0
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