aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgendistrib3
1 files changed, 0 insertions, 3 deletions
diff --git a/gendistrib b/gendistrib
index ab7612c..c5d6834 100755
--- a/gendistrib
+++ b/gendistrib
@@ -86,9 +86,6 @@ if (defined($urpmfiles{mediacfg})) {
$distrib->parse_mediacfg || $distrib->parse_hdlists or die "Can't read the dsitrib config";
}
-$distrib->write_hdlists();
-die;
-
my %default_urpmfiles = (
depslist => $distrib->getpath(undef, "root") . '/' . $distrib->getpath(undef, "infodir") . "/depslist.ordered",
provides => $distrib->getpath(undef, "root") . '/' . $distrib->getpath(undef, "infodir") . "/provides",