diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-02-03 21:52:35 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-02-03 21:52:35 +0000 |
commit | db56f77ad40564520dccc7e4d1417323ae3bcd82 (patch) | |
tree | 91fb08d010d3dbb6ef4881c7bfe338c15bec3f7d /sci-chemistry/nmrview | |
parent | Multilib fixes. (diff) | |
download | historical-db56f77ad40564520dccc7e4d1417323ae3bcd82.tar.gz historical-db56f77ad40564520dccc7e4d1417323ae3bcd82.tar.bz2 historical-db56f77ad40564520dccc7e4d1417323ae3bcd82.zip |
Fixed minor issue with the README file's location
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sci-chemistry/nmrview')
-rw-r--r-- | sci-chemistry/nmrview/Manifest | 2 | ||||
-rw-r--r-- | sci-chemistry/nmrview/nmrview-5.2.2-r2.ebuild | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/nmrview/Manifest b/sci-chemistry/nmrview/Manifest index d45992dd5822..1106ae2fd1c1 100644 --- a/sci-chemistry/nmrview/Manifest +++ b/sci-chemistry/nmrview/Manifest @@ -1,4 +1,4 @@ -MD5 a23fd1230042b82c0e46d3b606c2d92b nmrview-5.2.2-r2.ebuild 1167 +MD5 d75c64f9d8db48fce7c355cd9e2375d9 nmrview-5.2.2-r2.ebuild 1285 MD5 43650275f17973bdc9194d4e8852606b ChangeLog 1023 MD5 f189a3c4ff5ae55bcee4f8ed0ace5d20 metadata.xml 254 MD5 34c987f1b79037d8f77400580df2dcac files/nmrview.sh 163 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 } |