summaryrefslogtreecommitdiff
path: root/localdebpool
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-11-29 01:40:37 +0000
committerJonas Smedegaard <dr@jones.dk>2007-11-29 01:40:37 +0000
commitc39fa76a48ca767bec7e298e20984530da7ce8ee (patch)
treec7e13c6e8b54dd37c84afa78067221bbad82deab /localdebpool
parent5883a7caeead0994c291f29d376e9284a3b2d27c (diff)
Fix invoking genlist (drop $section parameter).
Diffstat (limited to 'localdebpool')
-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
}