flatpak update

This commit is contained in:
Ertuğrul Erata
2019-04-14 21:58:27 +03:00
parent bc9304e4c0
commit bdf7d09e44
4 changed files with 34 additions and 15 deletions
@@ -12,8 +12,6 @@ from pisi.actionsapi import get
def setup():
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.configure()
def build():
@@ -21,5 +19,3 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
#pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")