Package: interchange
Version: 5.4.1-1
Severity: important
Tags: patch
Hi,
there's a typo in interchange.postinst when creating the DOCROOT
directory:
134 mkdir -p 755 $DOCROOT
it should be
mkdir -p -m 755 "$DOCROOT"
otherwise it creates a 755 directory in the directory where dpkg was
launched from.
thanks,
filippo
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (600, 'unstable')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]