diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-29 20:56:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-29 20:56:19 -0400 |
commit | 1eb43c31b8c20c58c855beb9b63635391ab49223 (patch) | |
tree | 41c5e16cb93b3fa42ee1042403839ec4c2c6d0c7 /dh_installlogcheck | |
parent | d3b730cb6ff3f6a7be01591a47c04d04b203e8d8 (diff) | |
download | debhelper-1eb43c31b8c20c58c855beb9b63635391ab49223.tar.gz |
fix pod breakage
Diffstat (limited to 'dh_installlogcheck')
-rwxr-xr-x | dh_installlogcheck | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_installlogcheck b/dh_installlogcheck index 982e75f1..9fd332fd 100755 --- a/dh_installlogcheck +++ b/dh_installlogcheck @@ -37,8 +37,6 @@ installing logcheck rule files. Each of these files, if present, are installed into corresponding subdirectories of F<etc/logcheck/> in package build directories. -=back - =head1 OPTIONS =over 4 @@ -49,6 +47,8 @@ Look for files named F<debian/package.name.logcheck.*> and install them into the corresponding subdirectories of F<etc/logcheck/>, but use the specified name instead of that of the package. +=back + =cut init(); |