diff options
author | Peter Johanson <latexer@gentoo.org> | 2003-05-09 18:33:56 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2003-05-09 18:33:56 +0000 |
commit | 112b395b60df9031b1a13356ffaf4aa9f930123c (patch) | |
tree | 1b981abc4948de380573eea97f0ee0cae3a00627 /app-sci | |
parent | tiny formatting problem (diff) | |
download | gentoo-2-112b395b60df9031b1a13356ffaf4aa9f930123c.tar.gz gentoo-2-112b395b60df9031b1a13356ffaf4aa9f930123c.tar.bz2 gentoo-2-112b395b60df9031b1a13356ffaf4aa9f930123c.zip |
Installation fix. bug #20633
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/epix/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/epix/Manifest | 3 | ||||
-rw-r--r-- | app-sci/epix/epix-0.8.8a.ebuild | 7 |
3 files changed, 13 insertions, 2 deletions
diff --git a/app-sci/epix/ChangeLog b/app-sci/epix/ChangeLog index 65e5bcda365c..fe47c7cddd10 100644 --- a/app-sci/epix/ChangeLog +++ b/app-sci/epix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/epix # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/epix/ChangeLog,v 1.2 2003/02/14 16:40:09 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/epix/ChangeLog,v 1.3 2003/05/09 18:33:49 latexer Exp $ + + 09 May 2003; Peter Johanson <latexer@gentoo.org> epix-0.8.8a.ebuild: + Add some sedding for bug #20633 *epix-0.8.8a (14 Feb 2003) diff --git a/app-sci/epix/Manifest b/app-sci/epix/Manifest new file mode 100644 index 000000000000..24482e1e1792 --- /dev/null +++ b/app-sci/epix/Manifest @@ -0,0 +1,3 @@ +MD5 55e3cd2bd7baebc62d26ef7c8ec7dc28 epix-0.8.8a.ebuild 1407 +MD5 580b474aca0d1d5259949c048c612e4a ChangeLog 471 +MD5 41dfe0820d6f9ceace8a163fa437d246 files/digest-epix-0.8.8a 67 diff --git a/app-sci/epix/epix-0.8.8a.ebuild b/app-sci/epix/epix-0.8.8a.ebuild index 89fadd28d3cf..2d39de7a28f7 100644 --- a/app-sci/epix/epix-0.8.8a.ebuild +++ b/app-sci/epix/epix-0.8.8a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/epix/epix-0.8.8a.ebuild,v 1.3 2003/03/11 20:50:08 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/epix/epix-0.8.8a.ebuild,v 1.4 2003/05/09 18:33:49 latexer Exp $ DESCRIPTION="2- and 3-D plotter for creating images (to be used in LaTeX)" HOMEPAGE="http://mathcs.holycross.edu/~ahwang/current/ePiX.html" @@ -39,6 +39,11 @@ src_unpack() { -e "s:share/epix:share/${P}:g" \ ${T}/pre-install.sh > pre-install.sh chmod a+x pre-install.sh + + mv -f prepix ${T} + sed -e "s:^INSTALL_DIR.*:INSTALL_DIR=/usr:" \ + ${T}/prepix > prepix + chmod a+x prepix } src_compile() { |