diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2011-05-14 19:01:34 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2011-05-14 19:01:34 +0000 |
commit | 900adf73e89f33826a27269976d61f3e8d8c7493 (patch) | |
tree | 9b7c1a48503bdd9938564f0828830b8072c557f2 /sci-libs/libbufr/libbufr-000387.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-900adf73e89f33826a27269976d61f3e8d8c7493.tar.gz gentoo-2-900adf73e89f33826a27269976d61f3e8d8c7493.tar.bz2 gentoo-2-900adf73e89f33826a27269976d61f3e8d8c7493.zip |
Updated test file generation (note: do not remove blanks).
(Portage version: 2.1.9.47/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libbufr/libbufr-000387.ebuild')
-rw-r--r-- | sci-libs/libbufr/libbufr-000387.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sci-libs/libbufr/libbufr-000387.ebuild b/sci-libs/libbufr/libbufr-000387.ebuild index 9b03bf1e0585..22d4a7e779d3 100644 --- a/sci-libs/libbufr/libbufr-000387.ebuild +++ b/sci-libs/libbufr/libbufr-000387.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libbufr/libbufr-000387.ebuild,v 1.2 2011/05/04 04:28:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libbufr/libbufr-000387.ebuild,v 1.3 2011/05/14 19:01:34 nerdboy Exp $ EAPI="3" @@ -160,6 +160,7 @@ pkg_postinst() { } generate_files() { + ## Do not remove blank lines from the response file cat <<-EOF > 20${PN} BUFR_TABLES="/usr/share/bufrtables" CONFIG_PROTECT="/usr/share/bufrtables" @@ -171,6 +172,9 @@ generate_files() { N 1 + + + N EOF } |