summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-02-03 21:52:35 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-02-03 21:52:35 +0000
commit6d6b9beb344e839aa2e47efbfbb4c9785a8b006e (patch)
tree7a06bb6f34f7edac5f80f3be8dacc018bf35ee4f /sci-chemistry
parentMultilib fixes. (diff)
downloadgentoo-2-6d6b9beb344e839aa2e47efbfbb4c9785a8b006e.tar.gz
gentoo-2-6d6b9beb344e839aa2e47efbfbb4c9785a8b006e.tar.bz2
gentoo-2-6d6b9beb344e839aa2e47efbfbb4c9785a8b006e.zip
Fixed minor issue with the README file's location
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sci-chemistry')
-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
}