author | kergoth <kergoth> | 2003-01-23 22:18:46 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-23 22:18:46 (UTC) |
commit | 40555a35e535fd657ee42cb6059a984036f1f601 (patch) (side-by-side diff) | |
tree | 332a132e24fe176f33d92d715f40333fffe932a5 | |
parent | ffa27d4655c9b02a745ac6da7a9a375aec1e02db (diff) | |
download | opie-40555a35e535fd657ee42cb6059a984036f1f601.zip opie-40555a35e535fd657ee42cb6059a984036f1f601.tar.gz opie-40555a35e535fd657ee42cb6059a984036f1f601.tar.bz2 |
oops.. used a makefile style variable instead of shell :)
-rw-r--r-- | noncore/apps/tinykate/opie-tinykate.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/tinykate/opie-tinykate.control b/noncore/apps/tinykate/opie-tinykate.control index 902a25c..5b46328 100644 --- a/noncore/apps/tinykate/opie-tinykate.control +++ b/noncore/apps/tinykate/opie-tinykate.control @@ -1,4 +1,4 @@ -Files: bin/tinykate apps/Applications/tinykate.desktop pics/tinykate $(OPIEDIR)/lib/libtinykate* +Files: bin/tinykate apps/Applications/tinykate.desktop pics/tinykate $OPIEDIR/lib/libtinykate* Priority: optional Section: opie/applications Maintainer: Opie Team <opie@handhelds.org> |