summaryrefslogtreecommitdiff
path: root/dh_installcron
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:53:55 +0000
committerjoey <joey>1999-08-17 04:53:55 +0000
commitec9c322d9ebb93d4978c7b80741a86afc18a5cf8 (patch)
treed782a6cf361f68e5e3d67d24eae6742cdfc792e9 /dh_installcron
parent168cfd101a2d522c0c7cbe06480f50e133ef1d40 (diff)
downloaddebhelper-ec9c322d9ebb93d4978c7b80741a86afc18a5cf8.tar.gz
r96: Initial Import
Diffstat (limited to 'dh_installcron')
-rwxr-xr-xdh_installcron2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installcron b/dh_installcron
index 9cd7cb5e..448e38a4 100755
--- a/dh_installcron
+++ b/dh_installcron
@@ -8,7 +8,7 @@ PATH=debian:$PATH:/usr/lib/debhelper
for PACKAGE in $DH_DOPACKAGES; do
TMP=`tmpdir $PACKAGE`
- for type in daily weekly monthly; do
+ for type in daily weekly monthly d; do
cron=`pkgfile $PACKAGE cron.$type`
if [ "$cron" ]; then
if [ ! -d $TMP/etc/cron.$type ]; then