The following commit has been merged in the master branch:
commit 21c9ac23ead39fa9cd79c17a722972ebe1b5fd90
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Tue Apr 22 22:42:27 2008 +0200
050checkinst: Really remove locale checks
Some code was left behind.
diff --git a/cron.d/050checkinst b/cron.d/050checkinst
index dd5bf29..55ee6c7 100755
--- a/cron.d/050checkinst
+++ b/cron.d/050checkinst
@@ -7,7 +7,7 @@
packages=`tempfile`
cache=`tempfile`
-trap "rm -f $packages $locs" INT EXIT
+trap "rm -f $packages $cache" INT EXIT
cd $topdir
dpkg-checkbuilddeps >> $packages 2>&1
@@ -41,12 +41,6 @@ then
echo
cat $packages
fi
- if [ -s $locs ]
- then
- echo "Missing locales:"
- echo
- cat $locs
- fi
if [ -s $cache ]
then
echo "Problems with cachedir:"
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]