indentation fixes

This commit is contained in:
Denis Davydov
2016-05-15 23:11:49 +02:00
parent 459c647bc9
commit 0fbf70d95d
3 changed files with 7 additions and 6 deletions

View File

@@ -24,6 +24,7 @@
##############################################################################
from spack import *
class Ghostscript(Package):
"""an interpreter for the PostScript language and for PDF. """
homepage = "http://ghostscript.com/"
@@ -34,7 +35,7 @@ class Ghostscript(Package):
parallel = False
def install(self, spec, prefix):
configure("--prefix=%s" %prefix, "--enable-shared")
configure("--prefix=%s" % prefix, "--enable-shared")
make()
make("install")