Dear Holger,

thanks for bringing this up! I have committed the simple change that should fix 
this:

--- debian/cron.daily   (revision 8038)
+++ debian/cron.daily   (working copy)
@@ -1,2 +1,2 @@
 #!/bin/sh
-/usr/share/pp-popularity-contest/cron.daily
+if [ -x /usr/share/pp-popularity-contest/cron.daily ]; then 
/usr/share/pp-popularity-contest/cron.daily; fi

As soon as that gets uploaded this bug will be fixed.

Best regards,

Laszlo



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to