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/gpe-bootsplash/gpe-bootsplash-theme-opie.bb | |
parent | ad4e12fab01540a845d060daa76bd0d87b78126f (diff) |
remove extra whitespace at end-of-line in about 900 bb files.
Diffstat (limited to 'packages/gpe-bootsplash/gpe-bootsplash-theme-opie.bb')
-rw-r--r-- | packages/gpe-bootsplash/gpe-bootsplash-theme-opie.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gpe-bootsplash/gpe-bootsplash-theme-opie.bb b/packages/gpe-bootsplash/gpe-bootsplash-theme-opie.bb index c19ed49e69..293766a0b6 100644 --- a/packages/gpe-bootsplash/gpe-bootsplash-theme-opie.bb +++ b/packages/gpe-bootsplash/gpe-bootsplash-theme-opie.bb @@ -15,7 +15,7 @@ SRC_URI = "file://*.svg \ #FIXME: please use an gpe-bootsplash-theme.inc to reduce duplication do_install(){ - install -d "${D}/usr/share/gpe" + install -d "${D}/usr/share/gpe" install -m 0644 ${WORKDIR}/splash-${THEME}* ${D}/usr/share/gpe install -m 0644 ${WORKDIR}/${THEME}-logo.png ${D}/usr/share/gpe } @@ -27,7 +27,7 @@ pkg_postinst() { pkg_postrm() { update-alternatives --remove bootsplash-l /usr/share/gpe/splash-${THEME}-landscape.svg - update-alternatives --remove bootsplash-p /usr/share/gpe/splash-${THEME}-portrait.svg + update-alternatives --remove bootsplash-p /usr/share/gpe/splash-${THEME}-portrait.svg } FILES_${PN} = "/usr/share/gpe/splash-${THEME}-* \ |