New commits:
commit d70e16cda5b272573220c2df4e52655447eee04e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
fuse: Install binaries to / (Bug #15622)
****************************************************************************
* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
*
* The FUSE user space binaries were NOT installed with root directory
* executable prefix. This means that automounting NTFS volumes during boot
* could fail. This can be fixed the below way by reinstalling FUSE using
* the right 'configure' option during FUSE compilation:
* ./configure --exec-prefix=/
* make && sudo make install
* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING