Comment 3 for bug 133656

Revision history for this message
Kai Ritterbusch (kai-ritterbusch) wrote :

you have to build wdfs and move it to the PATH, e.g. usr/local/bin

use:
wget http://noedler.de/projekte/wdfs/wdfs-1.4.2.tar.gz
tar xzvf wdfs-1.4.2.tar.gz
cd wdfs-1.4.2
./configure
make
sudo make install
cd src
sudo cp wdfs /usr/local/bin

that did it for me!