redis: add config file from source code (#17225)
* redis: add config file from source code * Update var/spack/repos/builtin/packages/redis/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
064618e1ea
commit
68633fac5c
@ -33,3 +33,8 @@ def install_targets(self):
|
|||||||
'PREFIX={0}'.format(self.spec.prefix),
|
'PREFIX={0}'.format(self.spec.prefix),
|
||||||
'install'
|
'install'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@run_after('install')
|
||||||
|
def install_conf(self):
|
||||||
|
mkdirp(self.prefix.conf)
|
||||||
|
install('redis.conf', self.prefix.conf)
|
||||||
|
Loading…
Reference in New Issue
Block a user