summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/authd/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/authd/package.py')
-rw-r--r--var/spack/repos/builtin/packages/authd/package.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/authd/package.py b/var/spack/repos/builtin/packages/authd/package.py
index c015855d3d..abe2e0a70c 100644
--- a/var/spack/repos/builtin/packages/authd/package.py
+++ b/var/spack/repos/builtin/packages/authd/package.py
@@ -12,12 +12,12 @@ class Authd(MakefilePackage):
IPv4 as well as the more popular features of pidentd."""
homepage = "https://github.com/InfrastructureServices/authd"
- url = "https://github.com/InfrastructureServices/authd/releases/download/v1.4.4/authd-1.4.4.tar.gz"
+ url = "https://github.com/InfrastructureServices/authd/releases/download/v1.4.4/authd-1.4.4.tar.gz"
- version('1.4.4', sha256='71ee3d1c3e107c93e082148f75ee460c949b203c861dd20d48f7c5cfdc272bf8')
+ version("1.4.4", sha256="71ee3d1c3e107c93e082148f75ee460c949b203c861dd20d48f7c5cfdc272bf8")
def setup_run_environment(self, env):
- env.prepend_path('PATH', self.prefix.sbin)
+ env.prepend_path("PATH", self.prefix.sbin)
def install(self, spec, prefix):
- make('prefix={0}'.format(prefix), 'install')
+ make("prefix={0}".format(prefix), "install")