export BDIR for script use
This commit is contained in:
parent
63808b87fc
commit
fe6cc6f846
1
Makefile
1
Makefile
|
@ -63,6 +63,7 @@ DB_DIR=$(BDIR)/debootstrap
|
||||||
|
|
||||||
export DEBOOTSTRAP_DIR := $(DB_DIR)/usr/lib/debootstrap
|
export DEBOOTSTRAP_DIR := $(DB_DIR)/usr/lib/debootstrap
|
||||||
export PATH := $(DB_DIR)/usr/sbin:$(PATH)
|
export PATH := $(DB_DIR)/usr/sbin:$(PATH)
|
||||||
|
export BDIR
|
||||||
|
|
||||||
LATEST_DB := $(shell ls -1tr $(MIRROR)/pool/main/d/debootstrap/debootstrap*all.deb | tail -1)
|
LATEST_DB := $(shell ls -1tr $(MIRROR)/pool/main/d/debootstrap/debootstrap*all.deb | tail -1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue