summaryrefslogtreecommitdiff
path: root/buildscripts/consolidate-repos.sh
diff options
context:
space:
mode:
authorErnie Hershey <ernie.hershey@10gen.com>2013-09-10 19:25:45 -0400
committerErnie Hershey <ernie.hershey@10gen.com>2013-09-25 21:41:28 -0400
commitcd2f9548a39b1fd215e983610ddb2edd0d694abf (patch)
tree41abfa0d1eddfa10d9ef357ceebaf9b311d8c3e8 /buildscripts/consolidate-repos.sh
parent7f9402ad7a5d5c741636f04ce1dbdf48b076d65a (diff)
downloadmongo-cd2f9548a39b1fd215e983610ddb2edd0d694abf.tar.gz
SERVER-3579 replace 10gen with mongodb
Diffstat (limited to 'buildscripts/consolidate-repos.sh')
-rwxr-xr-xbuildscripts/consolidate-repos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/consolidate-repos.sh b/buildscripts/consolidate-repos.sh
index 91d80bf09bc..261995bf426 100755
--- a/buildscripts/consolidate-repos.sh
+++ b/buildscripts/consolidate-repos.sh
@@ -52,7 +52,7 @@ echo
for debian_dir in "$repodir"/ubuntu-* "$repodir"/debian-*
do
cd "$debian_dir"
- for arch_dir in dists/dist/10gen/*
+ for arch_dir in dists/dist/mongodb/*
do
echo "Generating Packages file under $debian_dir/$arch_dir"
dpkg-scanpackages --multiversion "$arch_dir" > "$arch_dir"/Packages