Silvan Calarco
41ee56a8c1
x86_64: patch library hardcoded paths [release 0.4.0.r695-2mamba;Sun Sep 28 2014]
25 lines
1.0 KiB
Diff
25 lines
1.0 KiB
Diff
diff -Nru sayonara-player-r682.orig/src/Notification/NotificationPluginLoader.cpp sayonara-player-r682/src/Notification/NotificationPluginLoader.cpp
|
|
--- sayonara-player-r682.orig/src/Notification/NotificationPluginLoader.cpp 2013-04-03 16:59:47.000000000 +0200
|
|
+++ sayonara-player-r682/src/Notification/NotificationPluginLoader.cpp 2014-09-28 21:02:24.978811238 +0200
|
|
@@ -43,7 +43,7 @@
|
|
|
|
QString app_dir;
|
|
#ifdef Q_OS_UNIX
|
|
- app_dir = "/usr/lib/sayonara";
|
|
+ app_dir = "/usr/lib64/sayonara";
|
|
#else
|
|
app_dir = app->applicationDirPath();
|
|
#endif
|
|
diff -Nru sayonara-player-r682.orig/src/application.cpp sayonara-player-r682/src/application.cpp
|
|
--- sayonara-player-r682.orig/src/application.cpp 2013-07-09 19:01:00.000000000 +0200
|
|
+++ sayonara-player-r682/src/application.cpp 2014-09-28 21:01:55.935804046 +0200
|
|
@@ -136,7 +136,7 @@
|
|
QString dir;
|
|
|
|
#ifdef Q_OS_UNIX
|
|
- dir = "/usr/lib/sayonara";
|
|
+ dir = "/usr/lib64/sayonara";
|
|
#else
|
|
dir = app->applicationDirPath();
|
|
#endif
|