diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-26 10:38:37 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-26 10:38:37 +0000 |
commit | 01e27b878bfb3eddec75dc53f41db184c20032dd (patch) | |
tree | 53c42f806fa1e67fc583d956626c4822d367cedf | |
parent | 2860ed5a7ce4975a47c1f5679c5d5c3a416f748d (diff) | |
download | openembedded-core-01e27b878bfb3eddec75dc53f41db184c20032dd.tar.gz openembedded-core-01e27b878bfb3eddec75dc53f41db184c20032dd.tar.bz2 openembedded-core-01e27b878bfb3eddec75dc53f41db184c20032dd.tar.xz openembedded-core-01e27b878bfb3eddec75dc53f41db184c20032dd.zip |
mpfr: remove whitespaces
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2988 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/mpfr/mpfr_2.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/mpfr/mpfr_2.1.1.bb b/meta/packages/mpfr/mpfr_2.1.1.bb index 59b9965aa..10383b1ca 100644 --- a/meta/packages/mpfr/mpfr_2.1.1.bb +++ b/meta/packages/mpfr/mpfr_2.1.1.bb @@ -15,5 +15,5 @@ do_stage() { includedir=${STAGING_INCDIR} \ libdir=${STAGING_LIBDIR} \ datadir=${STAGING_DATADIR} \ - infodir=${STAGING_DIR}/${HOST_SYS}/info + infodir=${STAGING_DIR}/${HOST_SYS}/info } |