mdadm-4.2

This commit is contained in:
Rmys
2023-11-09 10:02:06 +03:00
committed by GitHub
parent 4f7a623b95
commit 4f900f91de
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ def build():
# fix build with gcc-4.9.0
pisitools.dosed("Makefile", "(Wall) -Werror", "\\1")
# Not sure about MDASSEMBLE_AUTO=1. Need to investigate.
autotools.make("SYSCONFDIR=/%s MDASSEMBLE_AUTO=1 mdassemble mdadm mdmon" % get.confDIR())
autotools.make("SYSCONFDIR=/%s MDASSEMBLE_AUTO=1 mdadm mdmon" % get.confDIR())
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())