change issues

This commit is contained in:
groni
2017-01-28 23:49:23 +01:00
parent c413f0a2de
commit 76d58ffb63
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()))