diff --git a/hardware/disk/dosfstools/actions.py b/hardware/disk/dosfstools/actions.py index 246c67bc43..07e6d6f259 100644 --- a/hardware/disk/dosfstools/actions.py +++ b/hardware/disk/dosfstools/actions.py @@ -8,12 +8,7 @@ from pisi.actionsapi import get from pisi.actionsapi import autotools def build(): - autotools.make("--prefix=/usr \ - --libexecdir=/usr/lib \ - --sbindir=/usr/bin \ - --mandir=/usr/share/man -\ - --docdir=/usr/share/doc/dosfstools \ - --enable-compat-symlinks") + autotools.make() def install(): autotools.rawInstall("DESTDIR=%s install-bin install-man PREFIX=%s SBINDIR=/sbin" % (get.installDIR(), get.defaultprefixDIR())) diff --git a/hardware/disk/reiserfsprogs/pspec.xml b/hardware/disk/reiserfsprogs/pspec.xml index 4ca5fc27e1..b3e467d905 100644 --- a/hardware/disk/reiserfsprogs/pspec.xml +++ b/hardware/disk/reiserfsprogs/pspec.xml @@ -17,6 +17,7 @@ libutil-linux-devel e2fsprogs-devel + acl-devel diff --git a/hardware/disk/smartmontools/actions.py b/hardware/disk/smartmontools/actions.py index f37835c026..2af5b1a456 100644 --- a/hardware/disk/smartmontools/actions.py +++ b/hardware/disk/smartmontools/actions.py @@ -18,7 +18,7 @@ def setup(): --with-drivedbdir \ --with-libcap-ng=yes \ --with-smartdscriptdir=/usr/share/smartmontools \ - --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d + --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d \ --with-systemdsystemunitdir=no") def build(): diff --git a/hardware/disk/sshfs/actions.py b/hardware/disk/sshfs/actions.py index 289903323a..b51cca8b60 100644 --- a/hardware/disk/sshfs/actions.py +++ b/hardware/disk/sshfs/actions.py @@ -19,4 +19,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("NEWS","README","ChangeLog") + pisitools.dodoc("AUTHORS","COPYING","ChangeLog")