From 54405090d831e0ec2bb57aae9b7bfdf04ee01f22 Mon Sep 17 00:00:00 2001 From: groni Date: Sun, 29 Jan 2017 12:05:08 +0100 Subject: [PATCH] dosfstools change actions.py --- hardware/disk/dosfstools/actions.py | 3 +-- hardware/disk/dosfstools/pspec.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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