From: Sage Weil Date: Sun, 20 Feb 2011 04:45:04 +0000 (-0800) Subject: reprepro fixup 3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cfc16dfd95a8b3f702ce6175b7d8f4f24d6b2ab1;p=ceph-build.git reprepro fixup 3 --- diff --git a/gen_reprepro_conf.sh b/gen_reprepro_conf.sh index 2d375c695..e1c5a7573 100755 --- a/gen_reprepro_conf.sh +++ b/gen_reprepro_conf.sh @@ -6,8 +6,8 @@ comp="$2" if [ -e "$path/conf/dists" ]; then dists=`cat $path/conf/dists` else - if [ -e "$path/../dists" ]; then - dists=`cat $path/../dists` + if [ -e "$path/../../dists" ]; then + dists=`cat $path/../../dists` else dists="$3" fi