Package: ia32-libs
Version: 1.4
Severity: normal

Hi,

the ia32-libs postrm contains:

removeline () {
    if grep -q "^/$1$" "$2"; then
                grep -v "^$1$" "$2" > "$2".ia32-libs-tmp
                chmod 0644 "$2".ia32-libs-tmp
                mv /etc/"$2".ia32-libs-tmp "$2"
    fi
}

The 'mv' should not have a path. $2 already contains and absolut path
resulting in /etc/etc/ld.so.conf.ia32-libs-tmp.

MfG
        Goswin

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-frosties-1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ia32-libs depends on:
ii  lib32gcc1                     3.4.3-12   GCC support library (ia32)
ii  lsb-release                   1.4-8      LSB release command

-- no debconf information


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

Reply via email to