21364afbe3
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2758 6952d904-891a-0410-993b-d76249ca496b
14 lines
540 B
Diff
14 lines
540 B
Diff
Index: lastfm-1.5.4.26862+dfsg/src/libMoose/MooseCommon.cpp
|
|
===================================================================
|
|
--- lastfm-1.5.4.26862+dfsg.orig/src/libMoose/MooseCommon.cpp
|
|
+++ lastfm-1.5.4.26862+dfsg/src/libMoose/MooseCommon.cpp
|
|
@@ -112,7 +112,7 @@ servicePath( QString name )
|
|
// Hack to get it working with VS2005
|
|
dirPath = qApp->applicationDirPath();
|
|
#else
|
|
- dirPath = qApp->applicationDirPath() + "/services";
|
|
+ dirPath = "/usr/lib/services";
|
|
#endif
|
|
|
|
#ifndef QT_NO_DEBUG
|