azpainter: bump with bug fix.

This commit is contained in:
4fury
2020-04-23 06:53:27 +03:00
parent 922eafbcb4
commit 7365feb8d8
5 changed files with 25 additions and 11 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
autotools.rawConfigure("--prefix=/usr")
def build():
autotools.make()
@@ -17,5 +17,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "README")