summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lutgens <blutgens@gentoo.org>2001-04-30 13:35:31 +0000
committerBen Lutgens <blutgens@gentoo.org>2001-04-30 13:35:31 +0000
commit98bce7f58a8bf567b36d97be84798619cc24d4a3 (patch)
tree6aa2d93d3175a7617487866d0d58023cd50a2374
parentAchim noticed that the install for screen was not installing the binary, it (diff)
downloadgentoo-2-98bce7f58a8bf567b36d97be84798619cc24d4a3.tar.gz
gentoo-2-98bce7f58a8bf567b36d97be84798619cc24d4a3.tar.bz2
gentoo-2-98bce7f58a8bf567b36d97be84798619cc24d4a3.zip
Forgot to add the print doc directory for the ps files.
-rw-r--r--app-misc/screen/screen-3.9.8.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-misc/screen/screen-3.9.8.ebuild b/app-misc/screen/screen-3.9.8.ebuild
index 31c2f9c8ee6d..809589e37a8f 100644
--- a/app-misc/screen/screen-3.9.8.ebuild
+++ b/app-misc/screen/screen-3.9.8.ebuild
@@ -38,6 +38,9 @@ src_install () {
dodoc README ChangeLog INSTALL COPYING TODO
docinto doc
cd doc
- dodoc FAQ README.DOTSCREEN fdpat.ps window_to_display.ps
+ dodoc FAQ README.DOTSCREEN
+ docinto print
+ cd print
+ dodoc fdpat.ps window_to_display.ps
}