replaced tabulations to spaces.

This commit is contained in:
4fury-c3440d8
2020-12-25 06:57:28 +03:00
parent 4a53b3c6de
commit 567a077f13
171 changed files with 4234 additions and 4235 deletions
+4 -4
View File
@@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-dependency-tracking")
autotools.configure("--disable-dependency-tracking")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog*", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog*", "NEWS", "README")