python3 ver. bump
This commit is contained in:
@@ -9,7 +9,7 @@ from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr/")
|
||||
autotools.configure("--prefix=/usr")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -17,4 +17,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall('DESTDIR=%s' % get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE.txt", "README.txt")
|
||||
pisitools.dodoc("LICENSE.txt", "README.txt")
|
||||
|
||||
Reference in New Issue
Block a user