[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#436218: debootstrap: Wrong check for bunzip2



Package: debootstrap
Version: 1.0.1
Severity: normal
Tags: patch

In /usr/lib/debootstrap/functions, line 498:

    if [ -x /usr/bin/bunzip2 -a "$bz2md" != "" ]; then

it checks for the wrong path, bunzip2 is installed in /bin.

The obvious fix is:

    if [ -x /bin/bunzip2 -a "$bz2md" != "" ]; then

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (901, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-686 (SMP w/2 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages debootstrap depends on:
ii  binutils               2.17cvs20070718-1 The GNU assembler, linker and bina
ii  wget                   1.10.2-3          retrieves files from the web

debootstrap recommends no packages.

-- no debconf information



Reply to: