diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-08 14:14:16 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-08 14:14:16 +0000 |
commit | 5fec508baeba8b54b2e8a17d717ae51ddeae8803 (patch) | |
tree | ce694482228a03f9fd3a44cc34db4a940e9ea5c0 /packages/opie-sh/opie-sh.inc | |
parent | efab71e73132f6648de8d514d2efb20bb6c9a2b3 (diff) |
opie-sh: fix SECTION
Diffstat (limited to 'packages/opie-sh/opie-sh.inc')
-rw-r--r-- | packages/opie-sh/opie-sh.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/opie-sh/opie-sh.inc b/packages/opie-sh/opie-sh.inc index 7fe8e79df9..764d76f83b 100644 --- a/packages/opie-sh/opie-sh.inc +++ b/packages/opie-sh/opie-sh.inc @@ -1,9 +1,10 @@ DESCRIPTION = "A QDialog shell frontend" -SECTION = "opie/Shell" +SECTION = "opie/shell" PRIORITY = "optional" LICENSE = "GPL" APPNAME = "opie-sh" APPTYPE = "binary" +PR = "r1" S = "${WORKDIR}/${APPNAME}" |