From a54db797cb5ed0e8eec1f86cfeeb241b429eeed6 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Mon, 1 Feb 2021 11:59:05 +0100 Subject: [PATCH] Revert "feat(build): exclude mongocryptd from packaging (#591)" This reverts commit a83b40fd2d4b8f2485dc17175f656a5d77017e68. --- config/build.conf.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/build.conf.js b/config/build.conf.js index f34aeb7f82..81c8ec1141 100644 --- a/config/build.conf.js +++ b/config/build.conf.js @@ -114,7 +114,7 @@ module.exports = { rpmIdentifier: 'ASL 2.0' } }, - /*{ + { sourceFilePath: MONGOCRYPTD_PATH, category: 'libexec', license: { @@ -124,13 +124,13 @@ module.exports = { debIdentifier: 'Proprietary', rpmIdentifier: 'Proprietary' } - }*/ + } ], otherDocFilePaths: [ - /*{ + { sourceFilePath: path.resolve(__dirname, '..', 'packaging', 'README'), packagedFilePath: 'README' - },*/ + }, { sourceFilePath: path.resolve(__dirname, '..', 'THIRD_PARTY_NOTICES.md'), packagedFilePath: 'THIRD_PARTY_NOTICES'