From 14ad98deaba3efa56740908b2c33a4bf3fd03299 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Thu, 13 Sep 2007 00:44:21 +0200 Subject: [PATCH 1/1] 600prepare_newpkg: Forgot one s/unstable/sid/ --- cron.d/600prepare_newpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.d/600prepare_newpkg b/cron.d/600prepare_newpkg index bddf65b..f722cb2 100755 --- a/cron.d/600prepare_newpkg +++ b/cron.d/600prepare_newpkg @@ -7,7 +7,7 @@ test -d ${packagesdir} || mkdir -p ${packagesdir} LANG=C cat ${filesdir}/db/package_names_sid.txt \ | sort | uniq > ${packagesdir}/package_names_sid.$(date -I) -LANG=C cat ${filesdir}/db/source_names_unstable.txt \ +LANG=C cat ${filesdir}/db/source_names_sid.txt \ | sort | uniq > ${packagesdir}/source_names_sid.$(date -I) cd $topdir -- 2.39.2