From f907777709b20d8d73e3587026296a6616262229 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sun, 31 Dec 2006 13:13:53 +0000 Subject: remove extra whitespace at end-of-line in about 900 bb files. --- packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb') diff --git a/packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb b/packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb index 0cdafb7275..9790d8ebad 100644 --- a/packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb +++ b/packages/gpe-bootsplash/gpe-bootsplash-theme-e.bb @@ -15,7 +15,7 @@ SRC_URI = "file://splash-e-portrait.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 } @@ -26,7 +26,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}-*" -- cgit v1.2.3