python-pyblock:rebuilt

This commit is contained in:
blue-devil
2020-01-21 01:47:33 +03:00
parent 067f978650
commit 80d09ee7f2
3 changed files with 16 additions and 7 deletions
@@ -4,8 +4,8 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import get
@@ -16,4 +16,4 @@ def build():
autotools.make("USESELINUX=0")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())