diff --git a/plugins/Common/retroshare_plugin.pri b/plugins/Common/retroshare_plugin.pri index a326f8a6a..7e29204f1 100644 --- a/plugins/Common/retroshare_plugin.pri +++ b/plugins/Common/retroshare_plugin.pri @@ -31,10 +31,7 @@ linux-* { # Cyril: Someone can explain to me why I need to put that again here??? Normally this variable should be set by # the include of retroshare.pri, but for some reason it is not! isEmpty(RS_PLUGIN_DIR): RS_PLUGIN_DIR = "$${PREFIX}/lib/retroshare/extensions6" -} - -unix { - target.path = "$${PLUGIN_DIR}" + target.path = "$${RS_PLUGIN_DIR}" INSTALLS += target }