diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2001-07-11 01:12:49 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2001-07-11 01:12:49 +0000 |
commit | a059d037e3b03d775c0ff63304c39adcf57015de (patch) | |
tree | 0c2667809a8839e2e33f0202ac088a2b1daef85b /sys-apps/tmpreaper | |
parent | Bruce Locke's ltrace ebuild. (diff) | |
download | historical-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.ebuild | 4 |
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 } |