author | kergoth <kergoth> | 2002-10-11 15:29:26 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-10-11 15:29:26 (UTC) |
commit | 85249d2b17fe30418342ddc8ef18054f14d3fc10 (patch) (side-by-side diff) | |
tree | 1d7c40bdc4580af1710236ee6566156a3ba202dc | |
parent | 8c6b8752f69aa527e51f00b3a8526fe03dd9e122 (diff) | |
download | opie-85249d2b17fe30418342ddc8ef18054f14d3fc10.zip opie-85249d2b17fe30418342ddc8ef18054f14d3fc10.tar.gz opie-85249d2b17fe30418342ddc8ef18054f14d3fc10.tar.bz2 |
Path to the .desktop was incorrect, resulted in failure to build a todo list ipk.
-rw-r--r-- | core/pim/todo/opie-todo.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/todo/opie-todo.control b/core/pim/todo/opie-todo.control index 71929af..31fa166 100644 --- a/core/pim/todo/opie-todo.control +++ b/core/pim/todo/opie-todo.control @@ -1,9 +1,9 @@ -Files: bin/todolist apps/Applications/todo.desktop +Files: bin/todolist apps/1Pim/todo.desktop Priority: optional Section: opie/applications Maintainer: Holger 'zecke' Freyther <zecke@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION Depends: opie-base ($QPE_VERSION) Description: TODO-list manager A Todo-list manager for the Opie environment. |