Skip to content

Commit

Permalink
SERVER-25707 Add mongoldap enterprise binary to Linux packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Nilsson committed Aug 22, 2016
1 parent a2e1b5a commit 979e643
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/mongodb-enterprise-unstable.rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# -*- makefile -*-
TOOLS=bsondump mongodecrypt mongodump mongoexport mongofiles mongoimport mongooplog mongoperf mongorestore mongostat mongotop
TOOLS=bsondump mongodecrypt mongodump mongoexport mongofiles mongoimport mongoldap mongooplog mongoperf mongorestore mongostat mongotop

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
Expand Down
2 changes: 1 addition & 1 deletion debian/mongodb-enterprise.rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# -*- makefile -*-
TOOLS=bsondump mongodecrypt mongodump mongoexport mongofiles mongoimport mongooplog mongoperf mongorestore mongostat mongotop
TOOLS=bsondump mongodecrypt mongodump mongoexport mongofiles mongoimport mongoldap mongooplog mongoperf mongorestore mongostat mongotop

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
Expand Down
1 change: 1 addition & 0 deletions rpm/mongodb-enterprise-unstable.spec
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ fi

%{_bindir}/bsondump
%{_bindir}/mongodecrypt
%{_bindir}/mongoldap
%{_bindir}/mongodump
%{_bindir}/mongoexport
%{_bindir}/mongofiles
Expand Down
1 change: 1 addition & 0 deletions rpm/mongodb-enterprise.spec
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ fi

%{_bindir}/bsondump
%{_bindir}/mongodecrypt
%{_bindir}/mongoldap
%{_bindir}/mongodump
%{_bindir}/mongoexport
%{_bindir}/mongofiles
Expand Down

0 comments on commit 979e643

Please sign in to comment.