summarylogtreecommitdiffstats
path: root/cutelogger.patch
diff options
context:
space:
mode:
Diffstat (limited to 'cutelogger.patch')
-rw-r--r--cutelogger.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/cutelogger.patch b/cutelogger.patch
new file mode 100644
index 000000000000..acfc312e76ce
--- /dev/null
+++ b/cutelogger.patch
@@ -0,0 +1,13 @@
+diff --git a/CuteLogger/CuteLogger.pro b/CuteLogger/CuteLogger.pro
+index a5290b0..146dfb8 100644
+--- a/CuteLogger/CuteLogger.pro
++++ b/CuteLogger/CuteLogger.pro
+@@ -42,7 +42,7 @@ unix:!symbian {
+ maemo5 {
+ target.path = /opt/usr/lib
+ } else {
+- target.path = $(INSTALL_ROOT)/usr/lib
++ target.path = $$PREFIX/lib
+ }
+ INSTALLS += target
+ }