Re-added DEBOOTSTRAP_DIR definition in the Makefile
This commit is contained in:
parent
db7928ac5d
commit
62fdf616e7
1
Makefile
1
Makefile
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue