diff --git a/hardware/disk/dosfstools/actions.py b/hardware/disk/dosfstools/actions.py index 6c01122f19..51644ab48d 100644 --- a/hardware/disk/dosfstools/actions.py +++ b/hardware/disk/dosfstools/actions.py @@ -17,8 +17,7 @@ def setup(): --enable-compat-symlinks") def build(): - #autotools.autoreconf("--enable-compat-symlinks") autotools.make() def install(): - autotools.install() + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/hardware/disk/dosfstools/pspec.xml b/hardware/disk/dosfstools/pspec.xml index 06cb78b618..37cffb22c8 100644 --- a/hardware/disk/dosfstools/pspec.xml +++ b/hardware/disk/dosfstools/pspec.xml @@ -18,7 +18,7 @@ dosfstools - /sbin + /usr/bin /usr/share/doc /usr/share/man