]> git.pld-linux.org Git - packages/QLandkarte.git/blob - QLandkarte-destdir.patch
- added support for eTrex Vista and VistaCx
[packages/QLandkarte.git] / QLandkarte-destdir.patch
1 diff -uNdr QLandkarte.2007.03.16.old/src/device/EtrexLegendC/EtrexLegendC.pro QLandkarte.2007.03.16/src/device/EtrexLegendC/EtrexLegendC.pro
2 --- QLandkarte.2007.03.16.old/src/device/EtrexLegendC/EtrexLegendC.pro  2007-03-04 11:56:33.000000000 +0100
3 +++ QLandkarte.2007.03.16/src/device/EtrexLegendC/EtrexLegendC.pro      2007-03-23 20:59:27.000000000 +0100
4 @@ -25,4 +25,4 @@
5  QMAKE_POST_LINK = cd ${DESTDIR} && ln -sf ${TARGET} libGPSMap60CS.so
6  
7  target2.path      = $${QLANDKARTE_LIBDIR}
8 -target2.commands  = cd $${QLANDKARTE_LIBDIR} && ln -sf ${TARGET} libGPSMap60CS.so
9 \ No newline at end of file
10 +target2.commands  = cd ${INSTALL_ROOT}$${QLANDKARTE_LIBDIR} && ln -sf ${TARGET} libGPSMap60CS.so
11 \ No newline at end of file
12 diff -uNdr QLandkarte.2007.03.16.old/src/device/GPSMap60CSx/GPSMap60CSx.pro QLandkarte.2007.03.16/src/device/GPSMap60CSx/GPSMap60CSx.pro
13 --- QLandkarte.2007.03.16.old/src/device/GPSMap60CSx/GPSMap60CSx.pro    2007-03-04 11:56:33.000000000 +0100
14 +++ QLandkarte.2007.03.16/src/device/GPSMap60CSx/GPSMap60CSx.pro        2007-03-23 21:00:27.000000000 +0100
15 @@ -23,7 +23,7 @@
16  
17  QMAKE_POST_LINK   = cd ${DESTDIR} && ln -sf ${TARGET} libGPSMap60Cx.so && ln -sf ${TARGET} libEtrexVentureCx.so
18  target2.path      = $${QLANDKARTE_LIBDIR}
19 -target2.commands  = cd $${QLANDKARTE_LIBDIR} && ln -sf ${TARGET} libGPSMap60Cx.so
20 +target2.commands  = cd ${INSTALL_ROOT}$${QLANDKARTE_LIBDIR} && ln -sf ${TARGET} libGPSMap60Cx.so
21  
22  target3.path      = $${QLANDKARTE_LIBDIR}
23 -target3.commands  = cd $${QLANDKARTE_LIBDIR} && ln -sf ${TARGET} libEtrexVentureCx.so
24 \ No newline at end of file
25 +target3.commands  = cd ${INSTALL_ROOT}$${QLANDKARTE_LIBDIR} && ln -sf ${TARGET} libEtrexVentureCx.so
26 \ No newline at end of file
This page took 0.02721 seconds and 3 git commands to generate.