summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
authorFrans Pop <fjp@debian.org>2007-11-14 09:04:36 (GMT)
committerFrans Pop <fjp@debian.org>2007-11-14 09:04:36 (GMT)
commit0de15c33f6e53cce18257466b55feaea81f913e5 (patch)
treec8d694d43d4478b16fcced72554db17f8fa6efc5 /debootstrap
parentac9e1963713581d1a28abf6f7d287b2404cbac7a (diff)
downloaddebootstrap-0de15c33f6e53cce18257466b55feaea81f913e5.zip
debootstrap-0de15c33f6e53cce18257466b55feaea81f913e5.tar.gz
debootstrap-0de15c33f6e53cce18257466b55feaea81f913e5.tar.bz2
* Change /usr/lib/debootstrap to /usr/share/debootstrap for both debootstrap and base-installer as befits an Architecture: all package
* Fix various inconsistencies and minor errors in build scripts: - let debhelper create needed directories and don't duplicate that in the Makefile - let debhelper install the manpage, which automatically keeps it out of the udeb * Fix dpkg-genchanges warning 'missing Priority for source files' * Update Standards-Version to 3.7.2. No changes needed r50134
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/debootstrap b/debootstrap
index ee367af..d7edcbf 100755
--- a/debootstrap
+++ b/debootstrap
@@ -10,7 +10,7 @@ if [ "$DEBOOTSTRAP_DIR" = "" ]; then
if [ -x /debootstrap/debootstrap ]; then
DEBOOTSTRAP_DIR=/debootstrap
else
- DEBOOTSTRAP_DIR=/usr/lib/debootstrap
+ DEBOOTSTRAP_DIR=/usr/share/debootstrap
fi
fi