libsmbios: fix build
This commit is contained in:
@@ -10,8 +10,7 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
#autotools.autoreconf("-fi")
|
||||
autotools.configure("--disable-doxygen \
|
||||
--disable-static")
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -25,7 +24,7 @@ def install():
|
||||
|
||||
# Remove yum specific stuff
|
||||
pisitools.removeDir("/etc/yum")
|
||||
pisitools.removeDir("/usr/bin")
|
||||
#pisitools.removeDir("/usr/bin")
|
||||
pisitools.removeDir("/usr/lib/yum-plugins")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "TODO")
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-03-31</Date>
|
||||
<Date>2016-04-01</Date>
|
||||
<Version>2.3.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
|
||||
Reference in New Issue
Block a user