summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/nmrview/nmrview-5.2.2-r2.ebuild')
-rw-r--r--sci-chemistry/nmrview/nmrview-5.2.2-r2.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-chemistry/nmrview/nmrview-5.2.2-r2.ebuild b/sci-chemistry/nmrview/nmrview-5.2.2-r2.ebuild
index da72a89d10be..ba2cdbc73d6b 100644
--- a/sci-chemistry/nmrview/nmrview-5.2.2-r2.ebuild
+++ b/sci-chemistry/nmrview/nmrview-5.2.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/nmrview/nmrview-5.2.2-r2.ebuild,v 1.1 2005/02/03 21:00:53 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/nmrview/nmrview-5.2.2-r2.ebuild,v 1.2 2005/02/03 21:52:35 ribosome Exp $
DESCRIPTION="NMRView - Visualisation and analysis of processed NMR data"
LICENSE="as-is"
@@ -44,6 +44,9 @@ src_install() {
doexe ${PN}${PV//./_}_01_linux
DIRS="help html images nvtcl nvtclC nvtclExt reslib star tcl8.4 tk8.4 tools"
cp -r ${DIRS} ${D}/${INSTDIR}
- dodoc README
+ mkdir -p ${D}/usr/share/doc/${PF}
+ chmod -x README
+ cp README ${D}/${INSTDIR}
dosym ${INSTDIR}/html /usr/share/doc/${PF}/html
+ dosym ${INSTDIR}/README /usr/share/doc/${PF}/README
}