diff options
author | Ernie Hershey <ernie.hershey@10gen.com> | 2013-12-09 20:48:17 -0500 |
---|---|---|
committer | Ernie Hershey <ernie.hershey@10gen.com> | 2014-02-11 07:26:13 -0500 |
commit | cc950771c0b7975be18b373f3e4fd009bccc606f (patch) | |
tree | 4a4f84f1dc8abb84f07393683acfc82c1c49d8f3 /debian/mongodb-enterprise-unstable.rules | |
parent | b5f67b6a6aec989aec7c01fd445b25c5804f9016 (diff) | |
download | mongo-cc950771c0b7975be18b373f3e4fd009bccc606f.tar.gz |
SERVER-9123 Include snmp files in enterprise packages
Diffstat (limited to 'debian/mongodb-enterprise-unstable.rules')
-rw-r--r-- | debian/mongodb-enterprise-unstable.rules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/mongodb-enterprise-unstable.rules b/debian/mongodb-enterprise-unstable.rules index 00103176340..a2c9351e8d5 100644 --- a/debian/mongodb-enterprise-unstable.rules +++ b/debian/mongodb-enterprise-unstable.rules @@ -81,13 +81,13 @@ install: build mkdir -p $(CURDIR)/debian/mongodb-enterprise-unstable-server/usr/bin mkdir -p $(CURDIR)/debian/mongodb-enterprise-unstable-mongos/usr/bin mkdir -p $(CURDIR)/debian/mongodb-enterprise-unstable-tools/usr/bin - cp -v $(CURDIR)/BINARIES/usr/bin/mongo $(CURDIR)/debian/mongodb-enterprise-unstable-shell/usr/bin - cp -v $(CURDIR)/BINARIES/usr/bin/mongod $(CURDIR)/debian/mongodb-enterprise-unstable-server/usr/bin - cp -v $(CURDIR)/BINARIES/usr/bin/mongos $(CURDIR)/debian/mongodb-enterprise-unstable-mongos/usr/bin + cp -v $(CURDIR)/bin/mongo $(CURDIR)/debian/mongodb-enterprise-unstable-shell/usr/bin + cp -v $(CURDIR)/bin/mongod $(CURDIR)/debian/mongodb-enterprise-unstable-server/usr/bin + cp -v $(CURDIR)/bin/mongos $(CURDIR)/debian/mongodb-enterprise-unstable-mongos/usr/bin for binary in ${TOOLS} ; \ do \ - cp -v $(CURDIR)/BINARIES/usr/bin/$$binary $(CURDIR)/debian/mongodb-enterprise-unstable-tools/usr/bin ; \ + cp -v $(CURDIR)/bin/$$binary $(CURDIR)/debian/mongodb-enterprise-unstable-tools/usr/bin ; \ done mkdir -p $(CURDIR)/debian/mongodb-enterprise-unstable-server/etc |