Merge pull request #2649 from groni/master

change issues
This commit is contained in:
groni
2017-01-28 23:50:26 +01:00
committed by GitHub
4 changed files with 4 additions and 8 deletions
+1 -6
View File
@@ -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()))
+1
View File
@@ -17,6 +17,7 @@
<BuildDependencies>
<Dependency>libutil-linux-devel</Dependency>
<Dependency>e2fsprogs-devel</Dependency>
<Dependency>acl-devel</Dependency>
</BuildDependencies>
</Source>
+1 -1
View File
@@ -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():
+1 -1
View File
@@ -19,4 +19,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("NEWS","README","ChangeLog")
pisitools.dodoc("AUTHORS","COPYING","ChangeLog")