summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2001-07-11 01:12:49 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2001-07-11 01:12:49 +0000
commita059d037e3b03d775c0ff63304c39adcf57015de (patch)
tree0c2667809a8839e2e33f0202ac088a2b1daef85b /sys-apps/tmpreaper
parentBruce Locke's ltrace ebuild. (diff)
downloadhistorical-a059d037e3b03d775c0ff63304c39adcf57015de.tar.gz
historical-a059d037e3b03d775c0ff63304c39adcf57015de.tar.bz2
historical-a059d037e3b03d775c0ff63304c39adcf57015de.zip
Removed the files in debian/ that we don't really need to keep.
Diffstat (limited to 'sys-apps/tmpreaper')
-rw-r--r--sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild b/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild
index c49de53221e4..af1479142992 100644
--- a/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild
+++ b/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild
@@ -21,7 +21,9 @@ src_install () {
dosbin tmpreaper
doman tmpreaper.8
+ dodoc ChangeLog
#added debian/* files for people who want cron.daily and related files.
- dodoc ChangeLog debian/*
+ cd debian
+ dodoc changelog conffiles copyright cron.daily dirs
}