diff options
author | Samuel Cabrero <scabrero@suse.de> | 2019-03-28 12:04:15 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2019-04-18 12:09:33 +0000 |
commit | 3b431486c4784f2f37f9292255fd2e965af253f0 (patch) | |
tree | f767603535c1ef7bb071e36574ab3bf7aac458e9 /bootstrap | |
parent | aa29211be7fa4ddd6393db8c087b37ab322fc682 (diff) | |
download | samba-3b431486c4784f2f37f9292255fd2e965af253f0.tar.gz |
bootstrap/config.py: Fix lmdb-utils package name for RPM family
Signed-off-by: Samuel Cabrero <scabrero@suse.de>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py index 3101dce7f20..2d5c366b39b 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -62,7 +62,7 @@ COMMON = [ # deb, rpm, ... PKGS = [ # NAME1-dev, NAME2-devel - ('lmdb-utils', 'lmdb-devel'), + ('lmdb-utils', 'lmdb'), ('nettle-dev', 'nettle-devel'), ('zlib1g-dev', 'zlib-devel'), ('libbsd-dev', 'libbsd-devel'), |