diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-31 13:13:53 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-31 13:13:53 +0000 |
commit | f907777709b20d8d73e3587026296a6616262229 (patch) | |
tree | e1c24ca4ed3fa4fe4a7d3d8878ef9575cc8fc603 /packages/vera-fonts/ttf-bitstream-vera_1.10.bb | |
parent | ad4e12fab01540a845d060daa76bd0d87b78126f (diff) |
remove extra whitespace at end-of-line in about 900 bb files.
Diffstat (limited to 'packages/vera-fonts/ttf-bitstream-vera_1.10.bb')
-rw-r--r-- | packages/vera-fonts/ttf-bitstream-vera_1.10.bb | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/packages/vera-fonts/ttf-bitstream-vera_1.10.bb b/packages/vera-fonts/ttf-bitstream-vera_1.10.bb index a6f4cd62fb..871bc1d37c 100644 --- a/packages/vera-fonts/ttf-bitstream-vera_1.10.bb +++ b/packages/vera-fonts/ttf-bitstream-vera_1.10.bb @@ -6,24 +6,24 @@ PACKAGE_ARCH = "all" PR = "r3" RDEPENDS = "fontconfig-utils" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2" +SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2" -do_install () { - install -d ${D}${prefix}/share/fonts/ttf/ - for i in *.ttf; do - install -m 644 $i ${D}${prefix}/share/fonts/ttf/${i} - done +do_install () { + install -d ${D}${prefix}/share/fonts/ttf/ + for i in *.ttf; do + install -m 644 $i ${D}${prefix}/share/fonts/ttf/${i} + done # fontconfig ships this too. not sure what to do about it. - #install -d ${D}${sysconfdir}/fonts - #install -m 644 local.conf ${D}${sysconfdir}/fonts/local.conf + #install -d ${D}${sysconfdir}/fonts + #install -m 644 local.conf ${D}${sysconfdir}/fonts/local.conf - install -d ${D}${prefix}/share/doc/${PN}/ - for i in *.TXT; do - install -m 644 $i ${D}${prefix}/share/doc/${PN}/$i - done -} + install -d ${D}${prefix}/share/doc/${PN}/ + for i in *.TXT; do + install -m 644 $i ${D}${prefix}/share/doc/${PN}/$i + done +} pkg_postinst () { #!/bin/sh |