Ticket #13238: 20180307_android_gdb.patch

File 20180307_android_gdb.patch, 525 bytes (added by Peter Bennett, 6 years ago)

gdb.sh improvements

  • android/gdb.sh

    diff --git a/android/gdb.sh b/android/gdb.sh
    index 1ba8c0d..d8a0a9f 100755
    a b fi 
    3333#       popd
    3434#fi
    3535#cp `find $BUILDDIR/mythtv -name "*.so"` so/
    36 cp -a $PROJDIR/lib/* so/
    37 cp -a $PROJDIR/qt/lib/* so/
    38 find $PROJDIR/qt/plugins -name "*.so" -exec cp {} so/ \;
     36cp -auv $PROJDIR/lib/* so/
     37cp -auv $PROJDIR/qt/lib/* so/
     38find $PROJDIR/qt/plugins -name "*.so" -exec cp -auv {} so/ \;
    3939
    4040if [ ! -e "qt5printers" ]; then
    4141        git clone https://github.com/Lekensteyn/qt5printers.git