export BDIR for script use

This commit is contained in:
Steve McIntyre 2008-06-06 23:24:11 +00:00
parent 63808b87fc
commit fe6cc6f846
1 changed files with 1 additions and 0 deletions

View File

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