libblockdev:rebuild bump py2
This commit is contained in:
@@ -9,8 +9,10 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
shelltools.export("python2", "/usr/bin/python2.7")
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
#shelltools.system("./autogen.sh")
|
shelltools.system("sed -i 's|python2-config|python2.7-config|g' configure")
|
||||||
autotools.configure("--without-gtk-doc \
|
autotools.configure("--without-gtk-doc \
|
||||||
--without-nvdimm \
|
--without-nvdimm \
|
||||||
--without-dm")
|
--without-dm")
|
||||||
@@ -20,5 +22,8 @@ def build():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
pisitools.domove("/gi/overrides/BlockDev.py", "/usr/lib/python2.7/site-packages/gi/overrides")
|
||||||
|
pisitools.removeDir("/gi")
|
||||||
|
|
||||||
pisitools.dodoc("LICENSE")
|
pisitools.dodoc("LICENSE")
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2018-12-26</Date>
|
<Date>2019-01-02</Date>
|
||||||
<Version>2.20</Version>
|
<Version>2.20</Version>
|
||||||
<Comment>First release</Comment>
|
<Comment>First release</Comment>
|
||||||
<Name>PisiLinux Community</Name>
|
<Name>PisiLinux Community</Name>
|
||||||
|
|||||||
Reference in New Issue
Block a user