Package: plucker
Version: 1.8-9
Severity: important
Tags: patch

sintax error on plucker-prc-install line 49 makes script bail with
an error when pilot-xfer is selected as transfer agent (no gnome-pilot
installed case), missing "" around "pilot-xfer -i". tested

Patch:


--- /usr/bin/plucker-prc-install        2005-08-27 03:40:15.000000000 -0400
+++ plucker-prc-install 2005-08-27 03:40:53.000000000 -0400
@@ -46,7 +46,7 @@
     SYNC_CMD=gpilot-install-file
 elif [ -x /usr/bin/pilot-xfer ]
 then
-    SYNC_CMD=pilot-xfer -i
+    SYNC_CMD="pilot-xfer -i"
 else
     echo "Error: You must install pilot-xfer (pilot-link package) to use this 
script!"
     bad=1


Best regards

     Reynaldo
-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.3-RVPSegfaultMobile
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages plucker depends on:
ii  netpbm                        2:10.0-8   Graphics conversion tools
ii  python                        2.3.5-3    An interactive high-level object-o
ii  python2.3                     2.3.5-6    An interactive high-level object-o

plucker recommends no packages.

-- no debconf information
--- /usr/bin/plucker-prc-install        2005-08-27 03:40:15.000000000 -0400
+++ plucker-prc-install 2005-08-27 03:40:53.000000000 -0400
@@ -46,7 +46,7 @@
     SYNC_CMD=gpilot-install-file
 elif [ -x /usr/bin/pilot-xfer ]
 then
-    SYNC_CMD=pilot-xfer -i
+    SYNC_CMD="pilot-xfer -i"
 else
     echo "Error: You must install pilot-xfer (pilot-link package) to use this 
script!"
     bad=1

Reply via email to