Merge pull request #289 from ertugerata/master

indent fixed.
This commit is contained in:
Ertuğrul Erata
2016-03-07 16:26:16 +02:00
+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*")