From fe6cc6f846ec181921ff17949c945dd92b707df5 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Fri, 6 Jun 2008 23:24:11 +0000 Subject: [PATCH] export BDIR for script use --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index af6770ba..31890b70 100755 --- a/Makefile +++ b/Makefile @@ -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)