Package: openoffice.org-soikko
Severity: normal

Package fails to build if /bin/sh is a symlink to /bin/dash. In
debian/rules file there is a line starting with

  sh -c "source /usr/lib/openoffice/sdk/setsdkenv_unix.sh [...]

The command "source" is a bash builtin which is not in sh. Command "."
should be used instead:

  sh -c ". /usr/lib/openoffice/sdk/setsdkenv_unix.sh [...]


(One can change the /bin/sh symlink with "dpkg-reconfigure dash".)

-- 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.15-27-386
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to