summaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorFrans Pop <fjp@debian.org>2007-11-14 09:52:09 (GMT)
committerFrans Pop <fjp@debian.org>2007-11-14 09:52:09 (GMT)
commitf728fbd1693e88de5f71c1b7a64cc6adf7e8605b (patch)
tree0bb1853979e6260ef5a26106d2ff163cc214f503 /functions
parent0de15c33f6e53cce18257466b55feaea81f913e5 (diff)
downloaddebootstrap-f728fbd1693e88de5f71c1b7a64cc6adf7e8605b.zip
debootstrap-f728fbd1693e88de5f71c1b7a64cc6adf7e8605b.tar.gz
debootstrap-f728fbd1693e88de5f71c1b7a64cc6adf7e8605b.tar.bz2
Correction of r50134: pkgdetails does not belong under /usr/share; move it back to /usr/lib/debootstrap
r50135
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions b/functions
index 4a0d1a0..2ed3e73 100644
--- a/functions
+++ b/functions
@@ -985,6 +985,8 @@ while (<STDIN>) {
pkgdetails_field 0 "$f" "$m" "$@" < "$p"
fi
}
+elif [ -e "/usr/lib/debootstrap/pkgdetails" ]; then
+ PKGDETAILS="/usr/lib/debootstrap/pkgdetails"
elif [ -e "$DEBOOTSTRAP_DIR/pkgdetails" ]; then
PKGDETAILS="$DEBOOTSTRAP_DIR/pkgdetails"
else