diff options
author | Markus Dittrich <markusle@gentoo.org> | 2007-01-17 04:17:14 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2007-01-17 04:17:14 +0000 |
commit | 727e302e4b149c5c15080e89c01d9b5711eb6f66 (patch) | |
tree | c3235a000b044acadc7e8e4d8ceb0f69ec287d70 /sci-visualization/gnuplot/gnuplot-4.2_rc1.ebuild | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-727e302e4b149c5c15080e89c01d9b5711eb6f66.tar.gz gentoo-2-727e302e4b149c5c15080e89c01d9b5711eb6f66.tar.bz2 gentoo-2-727e302e4b149c5c15080e89c01d9b5711eb6f66.zip |
Changed paths passed to addwrite into a properly colon separated list.
(Portage version: 2.1.2)
Diffstat (limited to 'sci-visualization/gnuplot/gnuplot-4.2_rc1.ebuild')
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-4.2_rc1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-visualization/gnuplot/gnuplot-4.2_rc1.ebuild b/sci-visualization/gnuplot/gnuplot-4.2_rc1.ebuild index 3a8d38e34f0e..8aa840d4b6f6 100644 --- a/sci-visualization/gnuplot/gnuplot-4.2_rc1.ebuild +++ b/sci-visualization/gnuplot/gnuplot-4.2_rc1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2_rc1.ebuild,v 1.3 2006/11/13 02:55:13 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2_rc1.ebuild,v 1.4 2007/01/17 04:17:14 markusle Exp $ inherit eutils elisp-common wxwidgets @@ -74,7 +74,7 @@ src_compile() { # This is a hack to avoid sandbox violations when using the Linux console. # Creating the DVI and PDF tutorials require /dev/svga to build the # example plots. - addwrite /dev/svga /dev/mouse /dev/tts/0 + addwrite /dev/svga:/dev/mouse:/dev/tts/0 econf ${myconf} || die emake || die |