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