summaryrefslogtreecommitdiff
path: root/packages/portabase/portabase_1.9.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-31 13:13:53 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-31 13:13:53 +0000
commitf907777709b20d8d73e3587026296a6616262229 (patch)
treee1c24ca4ed3fa4fe4a7d3d8878ef9575cc8fc603 /packages/portabase/portabase_1.9.bb
parentad4e12fab01540a845d060daa76bd0d87b78126f (diff)
remove extra whitespace at end-of-line in about 900 bb files.
Diffstat (limited to 'packages/portabase/portabase_1.9.bb')
-rw-r--r--packages/portabase/portabase_1.9.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/portabase/portabase_1.9.bb b/packages/portabase/portabase_1.9.bb
index 4ba5108a31..e6eb9716ff 100644
--- a/packages/portabase/portabase_1.9.bb
+++ b/packages/portabase/portabase_1.9.bb
@@ -15,7 +15,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/portabase/portabase_${PV}.tar.gz \
S = "${WORKDIR}/portabase"
-inherit palmtop
+inherit palmtop
do_configure_prepend() {
find . -name "Makefile"|xargs rm -f
@@ -34,15 +34,15 @@ do_install() {
${D}${palmtopdir}/help/en
install -D -m 0755 ${APPNAME} ${D}${palmtopdir}/bin/${APPNAME}
install -m 0644 package/${APPNAME}.desktop ${D}${palmtopdir}/apps/Applications/${APPNAME}.desktop
-
+
install -D -m 0644 pics/PortaBase.png ${D}${palmtopdir}/pics/PortaBase.png
for f in calculator.png checked.png image.png note.png save.png save_disabled.png unchecked.png calendar.xpm QtaDatePickerNext.xpm QtaDatePickerPrev.xpm
do
install -D -m 0644 pics/$f ${D}${palmtopdir}/pics/${APPNAME}/$f
- done
+ done
install -D -m 0644 help/html/${APPNAME}.html ${D}${palmtopdir}/help/en/html/${APPNAME}.html
-}
+}
pkg_postinst() {
@@ -124,6 +124,6 @@ grep $EXT $QPEDIR/etc/mime.types |
echo >&2 "$EXT already assigned to $TYPE"
exit 1
fi
-)
-}
+)
+}