summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BitKeeper/etc/logging_ok1
-rw-r--r--tximage/tximage_0.2.oe8
2 files changed, 5 insertions, 4 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok
index 37cfe89e47..f994b361af 100644
--- a/BitKeeper/etc/logging_ok
+++ b/BitKeeper/etc/logging_ok
@@ -1,6 +1,7 @@
erich@erichl.mine.nu
gbritton@doomcom.org
ggilbert@olddog.(none)
+ggilbert@olddog.treke.net
ggilbert@treke.ath.cx
kebert@geralt.doma
kergoth@direwolf.(none)
diff --git a/tximage/tximage_0.2.oe b/tximage/tximage_0.2.oe
index a90f2d1e6c..9cea160e88 100644
--- a/tximage/tximage_0.2.oe
+++ b/tximage/tximage_0.2.oe
@@ -12,8 +12,8 @@ SRC_URI = "http://downloads.zaurususergroup.com/community/66.180.235.230/downloa
inherit palmtop
do_install() {
- install -d ${D}${palmtopdir}{bin,apps/Applications,pics}
- install -D -m 755 tximage ${D}${palmtopdir}bin/tximage
- install -D -m 644 imageviewer.desktop ${D}${palmtopdir}apps/Applications/tximage.desktop
- cp -a tximage.png ${D}${palmtopdir}pics/
+ install -d ${D}${palmtopdir}/{bin,apps/Applications,pics}
+ install -D -m 755 tximage ${D}${palmtopdir}/bin/tximage
+ install -D -m 644 imageviewer.desktop ${D}${palmtopdir}/apps/Applications/tximage.desktop
+ cp -a tximage.png ${D}${palmtopdir}/pics/
}