summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-24 20:10:47 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-24 20:10:47 +0000
commit600ea9b4a413c80a7aeddb7d0bc1dfe1ca177c11 (patch)
tree12a6cc1984ee5411d24ac2e17dd9920941b6ac42 /app-doc/afsdoc
parent*** empty log message *** (diff)
downloadhistorical-600ea9b4a413c80a7aeddb7d0bc1dfe1ca177c11.tar.gz
historical-600ea9b4a413c80a7aeddb7d0bc1dfe1ca177c11.tar.bz2
historical-600ea9b4a413c80a7aeddb7d0bc1dfe1ca177c11.zip
minor changes for c5
Diffstat (limited to 'app-doc/afsdoc')
-rw-r--r--app-doc/afsdoc/afsdoc-3.6-r1.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/app-doc/afsdoc/afsdoc-3.6-r1.ebuild b/app-doc/afsdoc/afsdoc-3.6-r1.ebuild
index a6836c96c762..69d473362169 100644
--- a/app-doc/afsdoc/afsdoc-3.6-r1.ebuild
+++ b/app-doc/afsdoc/afsdoc-3.6-r1.ebuild
@@ -19,8 +19,12 @@ src_unpack() {
}
src_install () {
- dodir /usr/share/doc/${PF}
- tar -zxf ${DISTDIR}/${A} -C ${D}/usr/share/doc/${PF}
+ dodir /usr/share/doc
+ tar -zxf ${DISTDIR}/${A} -C ${D}/usr/share/doc
+ cd ${D}/usr/share/doc
+ mv afs-3.6-doc ${PF}
+ cd ${PF}
+ mv PDF print
prepalldocs
}