OSDN Git Service

No longer touch .debug files
authorgoro <qtc-committer@nokia.com>
Fri, 16 Jan 2009 12:29:39 +0000 (13:29 +0100)
committergoro <qtc-committer@nokia.com>
Thu, 22 Jan 2009 16:13:40 +0000 (17:13 +0100)
scripts/shipping/prepare-linux-qt-for-shipping.sh

index 10f4620..4d624ff 100755 (executable)
@@ -104,16 +104,13 @@ inst() {
                fix_rpath bin '*' '$ORIGIN/../lib'
 
                # Fix files lib/*.so
-               fix_rpath lib '*.so.?.?.?' '$ORIGIN'
                fix_rpath lib '*.so.?.?.?.debug' '$ORIGIN'
 
                # Fix files examples/tools/*/*/*.so
                fix_rpath examples/tools '*.so' '$ORIGIN/../../../lib'
-               fix_rpath examples/tools '*.so.debug' '$ORIGIN/../../../lib'
 
                # Fix files plugins/*/*.so
                fix_rpath plugins '*.so' '$ORIGIN/../../lib'
-               fix_rpath plugins '*.so.debug' '$ORIGIN/../../lib'
        )
        ret=$?; [ ${ret} = 0 ] || exit ${ret}
 }