From: Frank Lichtenheld Date: Thu, 18 Oct 2007 21:14:48 +0000 (+0000) Subject: 050checkinst: git-core manually installed X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=934f9f8ca8fff02590783513593a74246a13bd8e;p=deb%2Fpackages.git 050checkinst: git-core manually installed On puccini, git-core is only available from my home directory, but not as a package. Don't require it in 050checkinst. --- diff --git a/cron.d/050checkinst b/cron.d/050checkinst index 7a5b6c6..1783784 100755 --- a/cron.d/050checkinst +++ b/cron.d/050checkinst @@ -3,7 +3,7 @@ # Test whether all required packages are installed and generate a mail # if they aren't, so that the admin is informed. -required="git-core gettext locales rsync dpkg-dev procmail" +required="gettext locales rsync dpkg-dev procmail" required="$required libcompress-zlib-perl" required="$required libhtml-parser-perl libio-stringy-perl" required="$required liblocale-gettext-perl libmldbm-perl"