diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-09-12 20:47:27 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-09-12 20:47:27 +0000 |
commit | d8dc97c798c56da284968e882f7d073355b73cd1 (patch) | |
tree | f345c6010af761aa6aa8a7239407816c8d6b38d3 /eclass/vala.eclass | |
parent | Typo: s/VALA_API_VERSION/version/ (diff) | |
download | historical-d8dc97c798c56da284968e882f7d073355b73cd1.tar.gz historical-d8dc97c798c56da284968e882f7d073355b73cd1.tar.bz2 historical-d8dc97c798c56da284968e882f7d073355b73cd1.zip |
Small stylistic fix.
Diffstat (limited to 'eclass/vala.eclass')
-rw-r--r-- | eclass/vala.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vala.eclass b/eclass/vala.eclass index 1f803d40b9e6..45945d61b393 100644 --- a/eclass/vala.eclass +++ b/eclass/vala.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vala.eclass,v 1.2 2012/09/12 20:43:08 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vala.eclass,v 1.3 2012/09/12 20:47:27 tetromino Exp $ # @ECLASS: vala.eclass # @MAINTAINER: @@ -99,7 +99,7 @@ vala_src_prepare() { export VALAC=$(type -P valac-${version}) valafoo=$(type -P vala-gen-introspect-${version}) - [[ ${valafoo} ]] && export VALA_GEN_INTROSPECT=$(type -P vala-gen-introspect-${version}) + [[ ${valafoo} ]] && export VALA_GEN_INTROSPECT="${valafoo}" valafoo=$(type -P vapigen-${version}) [[ ${valafoo} ]] && export VAPIGEN="${valafoo}" |