From cfc16dfd95a8b3f702ce6175b7d8f4f24d6b2ab1 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 19 Feb 2011 20:45:04 -0800 Subject: [PATCH] reprepro fixup 3 --- gen_reprepro_conf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gen_reprepro_conf.sh b/gen_reprepro_conf.sh index 2d375c69..e1c5a757 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 -- 2.39.5