[Debian-med-packaging] Bug#644057: fix committed to upstream
Laszlo Kajan
lkajan at rostlab.org
Sun Oct 2 20:03:59 UTC 2011
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
More information about the Debian-med-packaging
mailing list