diff options
author | Markus Meier <maekke@gentoo.org> | 2009-10-11 11:50:21 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-10-11 11:50:21 +0000 |
commit | 2fff303310b9807e5f1702f82609976c208466ee (patch) | |
tree | 6bee3ed62a1f9cf946f661c9653e2e21e116f4a1 /eclass/vdr-plugin.eclass | |
parent | Merge from Prefix (diff) | |
download | historical-2fff303310b9807e5f1702f82609976c208466ee.tar.gz historical-2fff303310b9807e5f1702f82609976c208466ee.tar.bz2 historical-2fff303310b9807e5f1702f82609976c208466ee.zip |
whitespace
Diffstat (limited to 'eclass/vdr-plugin.eclass')
-rw-r--r-- | eclass/vdr-plugin.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass index 342cdcb0217c..e00c9559eee8 100644 --- a/eclass/vdr-plugin.eclass +++ b/eclass/vdr-plugin.eclass @@ -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/eclass/vdr-plugin.eclass,v 1.70 2009/10/08 08:12:50 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.71 2009/10/11 11:49:05 maekke Exp $ # # Author: # Matthias Schwarzott <zzam@gentoo.org> @@ -410,7 +410,7 @@ vdr-plugin_pkg_setup() { fi return fi - + VDRVERSION=$(awk -F'"' '/define VDRVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h) APIVERSION=$(awk -F'"' '/define APIVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h) [[ -z ${APIVERSION} ]] && APIVERSION="${VDRVERSION}" |