diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2008-05-26 11:52:30 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-26 11:52:30 +0000 |
commit | 6a9ed80e27237c49b27ca5b63ae985a42e4d8b0f (patch) | |
tree | d5239aa2b8b083ef50ec173df1b5f2d16aba60ff /packages/libqpe/libqpe-opie | |
parent | a61075e60e196d55d3e1f98b9f1e96a9ae8bef25 (diff) |
opie: move OPIE_BINDIR out of opie.bbclass into palmtop.bbclass. Closes 3669.
* commit by Laibsch
Diffstat (limited to 'packages/libqpe/libqpe-opie')
-rw-r--r-- | packages/libqpe/libqpe-opie/citytime-path.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/libqpe/libqpe-opie/citytime-path.patch b/packages/libqpe/libqpe-opie/citytime-path.patch new file mode 100644 index 0000000000..0abaf146d7 --- /dev/null +++ b/packages/libqpe/libqpe-opie/citytime-path.patch @@ -0,0 +1,11 @@ +--- library/tzselect.cpp.orig 2008-01-12 21:05:49.000000000 +1300 ++++ library/tzselect.cpp 2008-01-12 21:06:01.000000000 +1300 +@@ -273,7 +273,7 @@ + void TimeZoneSelector::slotExecute( void ) + { + // execute the world time application... +- if (QFile::exists(QPEApplication::qpeDir()+"bin/citytime")) ++ if (QFile::exists(OPIE_BINDIR "/citytime")) + Global::execute( "citytime" ); + else + QMessageBox::warning(this,tr("citytime executable not found"), |