indent fixed.

This commit is contained in:
Ertuğrul Erata
2016-03-07 16:25:57 +02:00
parent bcc692d8b8
commit 721399c49b
+2 -2
View File
@@ -21,11 +21,11 @@ def setup():
--with-system-nspr") --with-system-nspr")
def build(): def build():
shelltools.cd("js/src") shelltools.cd("js/src")
autotools.make() autotools.make()
def install(): def install():
shelltools.cd("js/src") shelltools.cd("js/src")
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README*") pisitools.dodoc("README*")