devel rebuild

This commit is contained in:
Rmys
2020-12-16 23:34:18 +03:00
parent 09e6a289d6
commit e9632039c8
50 changed files with 595 additions and 77 deletions
+3 -1
View File
@@ -6,11 +6,13 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
#ver = "1.14"
def setup():
shelltools.system("""sed -i "s/''/etags/" t/tags-lisp-space.sh""")
#autotools.autoreconf("-fi")
autotools.configure()
@@ -18,7 +20,7 @@ def build():
autotools.make()
#def check():
# autotools.make("check")
#autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())