summaryrefslogtreecommitdiff
path: root/debian/mongodb-org-unstable.rules
diff options
context:
space:
mode:
authorErnie Hershey <ernie.hershey@10gen.com>2014-12-05 20:09:30 +0000
committerErnie Hershey <ernie.hershey@10gen.com>2015-01-06 17:00:26 -0500
commit3bc76a09671d08f0a0099e73c954d100e3cb2419 (patch)
tree46f75adfa75c8696a835572754780eaaee05bffc /debian/mongodb-org-unstable.rules
parent9804789bbba304cb0649d7874ef0bb390f536b46 (diff)
downloadmongo-3bc76a09671d08f0a0099e73c954d100e3cb2419.tar.gz
SERVER-16744 Targeted community build packaging and repo placement
This also addresses SERVER-16100, SERVER-12160, SERVER-12833, and SERVER-10874
Diffstat (limited to 'debian/mongodb-org-unstable.rules')
-rw-r--r--debian/mongodb-org-unstable.rules8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/mongodb-org-unstable.rules b/debian/mongodb-org-unstable.rules
index 7057ab88040..25c0d0ed795 100644
--- a/debian/mongodb-org-unstable.rules
+++ b/debian/mongodb-org-unstable.rules
@@ -81,13 +81,13 @@ install: build
mkdir -p $(CURDIR)/debian/mongodb-org-unstable-server/usr/bin
mkdir -p $(CURDIR)/debian/mongodb-org-unstable-mongos/usr/bin
mkdir -p $(CURDIR)/debian/mongodb-org-unstable-tools/usr/bin
- cp -v $(CURDIR)/BINARIES/usr/bin/mongo $(CURDIR)/debian/mongodb-org-unstable-shell/usr/bin
- cp -v $(CURDIR)/BINARIES/usr/bin/mongod $(CURDIR)/debian/mongodb-org-unstable-server/usr/bin
- cp -v $(CURDIR)/BINARIES/usr/bin/mongos $(CURDIR)/debian/mongodb-org-unstable-mongos/usr/bin
+ cp -v $(CURDIR)/bin/mongo $(CURDIR)/debian/mongodb-org-unstable-shell/usr/bin
+ cp -v $(CURDIR)/bin/mongod $(CURDIR)/debian/mongodb-org-unstable-server/usr/bin
+ cp -v $(CURDIR)/bin/mongos $(CURDIR)/debian/mongodb-org-unstable-mongos/usr/bin
for binary in ${TOOLS} ; \
do \
- cp -v $(CURDIR)/BINARIES/usr/bin/$$binary $(CURDIR)/debian/mongodb-org-unstable-tools/usr/bin ; \
+ cp -v $(CURDIR)/bin/$$binary $(CURDIR)/debian/mongodb-org-unstable-tools/usr/bin ; \
done
mkdir -p $(CURDIR)/debian/mongodb-org-unstable-server/etc