diff options
Diffstat (limited to 'packages/opie-symlinker/opie-symlinker.inc')
-rw-r--r-- | packages/opie-symlinker/opie-symlinker.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/opie-symlinker/opie-symlinker.inc b/packages/opie-symlinker/opie-symlinker.inc index e69de29bb2..2ac256e842 100644 --- a/packages/opie-symlinker/opie-symlinker.inc +++ b/packages/opie-symlinker/opie-symlinker.inc @@ -0,0 +1,18 @@ +DESCRIPTION = "Enables apps on external media" +SECTION = "opie/base" +PRIORITY = "optional" +MAINTAINER = "Team Opie <opie@handhelds.org>" +LICENSE = "GPL" +APPNAME = "opie-update-symlinks" +APPTYPE = "binary" + + +S = "${WORKDIR}/symlinker" + +inherit opie + +do_install() { + install -d ${D}${palmtopdir}/bin/ + install -m 0755 ${S}/opie-update-symlinks ${D}${palmtopdir}/bin/ +} + |