Re-added DEBOOTSTRAP_DIR definition in the Makefile

This commit is contained in:
Steve McIntyre 2007-05-11 21:52:22 +00:00
parent db7928ac5d
commit 62fdf616e7
2 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,7 @@ BDIR=$(TDIR)/$(CODENAME)
ADIR=$(APTTMP)
DB_DIR=$(BDIR)/debootstrap
export DEBOOTSTRAP_DIR := $(DB_DIR)/usr/lib/debootstrap
export PATH := $(DB_DIR)/usr/sbin:$(PATH)
LATEST_DB := $(shell ls -1tr $(MIRROR)/pool/main/d/debootstrap/debootstrap*all.deb | tail -1)

3
debian/changelog vendored
View File

@ -24,6 +24,9 @@ debian-cd (3.0.3) UNRELEASED; urgency=high
* General update the template for the README file; explain the difference
between small and full images better. Closes: #418195.
[ Steve McIntyre ]
* Re-added DEBOOTSTRAP_DIR definition in the Makefile
-- Frans Pop <fjp@debian.org> Mon, 7 May 2007 01:18:29 +0200
debian-cd (3.0.2) unstable; urgency=high