ab7349711b
Includes a patch which has already been applied upstream: mltframework/shotcut#31
13 lines
420 B
Diff
13 lines
420 B
Diff
diff --git shotcut-14.07/CuteLogger/CuteLogger.pro shotcut-14.07/CuteLogger/CuteLogger.pro
|
|
index 501eddc..a5290b0 100644
|
|
--- shotcut-14.07/CuteLogger/CuteLogger.pro
|
|
+++ shotcut-14.07/CuteLogger/CuteLogger.pro
|
|
@@ -42,7 +42,7 @@ unix:!symbian {
|
|
maemo5 {
|
|
target.path = /opt/usr/lib
|
|
} else {
|
|
- target.path = /usr/lib
|
|
+ target.path = $(INSTALL_ROOT)/usr/lib
|
|
}
|
|
INSTALLS += target
|
|
}
|