summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocaldebpool4
1 files changed, 2 insertions, 2 deletions
diff --git a/localdebpool b/localdebpool
index 90347a6..5ccd24e 100755
--- a/localdebpool
+++ b/localdebpool
@@ -122,9 +122,9 @@ genlistsfromsection() {
esac
done
[ -n "$do_arch" ] || continue
- genlist "$section" "$dist" "$arch" "$srcdir" "$PUBBASE/dists/$dist/$section"
+ genlist "$dist" "$arch" "$srcdir" "$PUBBASE/dists/$dist/$section"
done
- genlist "$section" "$dist" "source" "$srcdir" "$PUBBASE/dists/$dist/$section"
+ genlist "$dist" "source" "$srcdir" "$PUBBASE/dists/$dist/$section"
done
}