Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > b1ce78d280e49a30be220893541ce0c2 > files > 3

miam-player-0.7.0-2.mga5.src.rpm

Index: Miam-Player-0.7.0/code/MiamCore/MiamCore.pro
===================================================================
--- Miam-Player-0.7.0/code/MiamCore/MiamCore.pro
+++ Miam-Player-0.7.0/code/MiamCore/MiamCore.pro	2014-12-23 23:08:12.677509819 +0100
@@ -37,7 +37,7 @@
 }
 unix:!macx {
     LIBS += -L$$OUT_PWD -L/usr/local/ -ltag -lvlc-qt -lvlc-qt-widgets
-    target.path = /usr/lib/
+    target.path = /usr/lib$$libsuff/
     INSTALLS += target
 }
 macx {
Index: Miam-Player-0.7.0/code/MiamUniqueLibrary/MiamUniqueLibrary.pro
===================================================================
--- Miam-Player-0.7.0/code/MiamUniqueLibrary/MiamUniqueLibrary.pro
+++ Miam-Player-0.7.0/code/MiamUniqueLibrary/MiamUniqueLibrary.pro	2014-12-23 23:08:16.402332897 +0100
@@ -35,7 +35,7 @@
     TARGET = miam-uniquelibrary
 }
 unix:!macx {
-    target.path = /usr/lib/
+    target.path = /usr/lib$$libsuff/
     INSTALLS += target
 }