* Change DEBOOTSTRAP_DIR to /usr/share/debootstrap since it has been
changed on debootstrap 1.0.7
This commit is contained in:
parent
b96a9aeca2
commit
5adeab2992
2
Makefile
2
Makefile
|
@ -64,7 +64,7 @@ BDIR=$(TDIR)/$(CODENAME)
|
|||
ADIR=$(APTTMP)
|
||||
DB_DIR=$(BDIR)/debootstrap
|
||||
|
||||
export DEBOOTSTRAP_DIR := $(DB_DIR)/usr/lib/debootstrap
|
||||
export DEBOOTSTRAP_DIR := $(DB_DIR)/usr/share/debootstrap
|
||||
export PATH := $(DB_DIR)/usr/sbin:$(PATH)
|
||||
|
||||
LATEST_DB := $(shell ls -1tr $(MIRROR)/pool/main/d/debootstrap/debootstrap*all.deb | tail -1)
|
||||
|
|
|
@ -22,6 +22,8 @@ debian-cd (3.0.4) UNRELEASED; urgency=low
|
|||
* Use DEBOOTSTRAP_SCRIPT, BASE_INCLUDE and BASE_EXCLUDE variables to
|
||||
calculate the base packages set
|
||||
* Hide image creation command if not using verbosing make
|
||||
* Change DEBOOTSTRAP_DIR to /usr/share/debootstrap since it has been
|
||||
changed on debootstrap 1.0.7
|
||||
|
||||
[ Steve McIntyre ]
|
||||
* Make daily i386/amd64 lenny builds work again - don't attempt to copy
|
||||
|
|
Loading…
Reference in New Issue