modified: r/redis/redis-4.0.11-GCC-6.3.0-2.27.eb

Former-commit-id: e90d570d47f36259f2316e1d0cc3cf57dffcd060
This commit is contained in:
Lukáš Krupčík 2018-09-07 11:07:25 +02:00
parent 6a6565ba6b
commit cb74eae50c

View File

@ -14,7 +14,11 @@ source_urls = ['https://github.com/antirez/redis/archive/']
sources = ['%s.tar.gz' % version]
files_to_copy = [
(['src/redis-benchmark','src/redis-cli','src/redis-sentinel','src/redis-server'], 'bin')
([
'src/redis-benchmark',
'src/redis-cli',
'src/redis-sentinel',
'src/redis-server'], 'bin')
]
sanity_check_paths = {