[Marble-commits] KDE/kdeedu/marble

Jens-Michael Hoffmann jensmh at gmx.de
Tue Jun 8 23:52:21 CEST 2010


SVN commit 1136081 by jmhoffmann:

Author: Modestas Vainius <modax at debian.org>
Description: do not ship marble plugins with useless R(UN)PATH=/usr
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582139
Last-Update: 2010-06-07

 M  +2 -2      MarbleMacros.cmake  


--- trunk/KDE/kdeedu/marble/MarbleMacros.cmake #1136080:1136081
@@ -36,7 +36,7 @@
                        INSTALL_RPATH_USE_LINK_PATH TRUE  
                        SKIP_BUILD_RPATH TRUE 
                        BUILD_WITH_INSTALL_RPATH TRUE 
-                       INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/${LIB_SUFFIX} )
+                     )
 
 endmacro( marble_add_plugin _target_name )
 
@@ -81,7 +81,7 @@
                        INSTALL_RPATH_USE_LINK_PATH TRUE  
                        SKIP_BUILD_RPATH TRUE 
                        BUILD_WITH_INSTALL_RPATH TRUE 
-                       INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/${LIB_SUFFIX} )
+                     )
 
 endmacro( marble_add_designer_plugin _target_name )
 


More information about the Marble-commits mailing list