Update of /cvsroot/gpsmap/gpstool
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv31719
Modified Files:
gpstool.sh gpsylon.sh serialportlist.sh
Log Message:
arch durch uname -m ersetzt (debian unstable hat arch entfernt)
Index: serialportlist.sh
===================================================================
RCS file: /cvsroot/gpsmap/gpstool/serialportlist.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** serialportlist.sh 24 Oct 2006 15:17:40 -0000 1.4
--- serialportlist.sh 1 Aug 2007 12:38:11 -0000 1.5
***************
*** 30,34 ****
# Get the path to the native libraries
! LIBPATH=$PRGDIR/lib/native/`uname -s`/`arch`
if [ -d "$LIBPATH" ]; then
--- 30,34 ----
# Get the path to the native libraries
! LIBPATH=$PRGDIR/lib/native/`uname -s`/`uname -m`
if [ -d "$LIBPATH" ]; then
Index: gpstool.sh
===================================================================
RCS file: /cvsroot/gpsmap/gpstool/gpstool.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** gpstool.sh 5 Feb 2007 12:26:52 -0000 1.4
--- gpstool.sh 1 Aug 2007 12:38:11 -0000 1.5
***************
*** 30,34 ****
# Get the path to the native libraries
! LIBPATH=$PRGDIR/lib/native/`uname -s`/`arch`
if [ -d "$LIBPATH" ]; then
--- 30,34 ----
# Get the path to the native libraries
! LIBPATH=$PRGDIR/lib/native/`uname -s`/`uname -m`
if [ -d "$LIBPATH" ]; then
Index: gpsylon.sh
===================================================================
RCS file: /cvsroot/gpsmap/gpstool/gpsylon.sh,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** gpsylon.sh 5 Feb 2007 12:26:52 -0000 1.9
--- gpsylon.sh 1 Aug 2007 12:38:11 -0000 1.10
***************
*** 30,34 ****
# Get the path to the native libraries
! LIBPATH=$PRGDIR/lib/native/`uname -s`/`arch`
if [ -d "$LIBPATH" ]; then
--- 30,34 ----
# Get the path to the native libraries
! LIBPATH=$PRGDIR/lib/native/`uname -s`/`uname -m`
if [ -d "$LIBPATH" ]; then
|