summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-05-18 21:40:11 (GMT)
committerColin Watson <cjwatson@debian.org>2013-05-18 21:40:11 (GMT)
commit092c6440851f9bbd6fdad6c53244f92a976e0928 (patch)
tree53e2482151d27cc5e865e3216fa41c56e823f9fc /debootstrap
parent6599a1d0ef03fd0f6d2005b4bcb2b7766c75ee8b (diff)
downloaddebootstrap-092c6440851f9bbd6fdad6c53244f92a976e0928.zip
debootstrap-092c6440851f9bbd6fdad6c53244f92a976e0928.tar.gz
debootstrap-092c6440851f9bbd6fdad6c53244f92a976e0928.tar.bz2
Clarify location of pkgdetails.c in error message (closes: #708771).
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/debootstrap b/debootstrap
index f336164..dfa0abc 100755
--- a/debootstrap
+++ b/debootstrap
@@ -122,7 +122,7 @@ EOF
###########################################################################
if [ -z "$PKGDETAILS" ]; then
- error 1 NO_PKGDETAILS "No pkgdetails available; either install perl, or build pkgdetails.c from source"
+ error 1 NO_PKGDETAILS "No pkgdetails available; either install perl, or build pkgdetails.c from the base-installer source package"
fi
###########################################################################