diff options
author | joey <joey> | 1999-08-17 04:53:55 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:53:55 +0000 |
commit | ec9c322d9ebb93d4978c7b80741a86afc18a5cf8 (patch) | |
tree | d782a6cf361f68e5e3d67d24eae6742cdfc792e9 /dh_installcron | |
parent | 168cfd101a2d522c0c7cbe06480f50e133ef1d40 (diff) | |
download | debhelper-ec9c322d9ebb93d4978c7b80741a86afc18a5cf8.tar.gz |
r96: Initial Import
Diffstat (limited to 'dh_installcron')
-rwxr-xr-x | dh_installcron | 2 |
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 |