]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
reprepro fixup 3
authorSage Weil <sage@newdream.net>
Sun, 20 Feb 2011 04:45:04 +0000 (20:45 -0800)
committerSage Weil <sage@newdream.net>
Sun, 20 Feb 2011 04:45:04 +0000 (20:45 -0800)
gen_reprepro_conf.sh

index 2d375c6955c7090987bd1f8aa0d5e8caf98f8d51..e1c5a7573159a86a00da2ceb0fba779ca3d5ee08 100755 (executable)
@@ -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