BOOTDISKS needs to be exported for the previous commit to work.
Also fix some suspicious whitespace.
This commit is contained in:
parent
2c7748a229
commit
94f238782b
2
Makefile
2
Makefile
|
@ -59,7 +59,7 @@ ifndef HOOK
|
||||||
HOOK=$(BASEDIR)/tools/$(CODENAME).hook
|
HOOK=$(BASEDIR)/tools/$(CODENAME).hook
|
||||||
endif
|
endif
|
||||||
ifndef BOOTDISKS
|
ifndef BOOTDISKS
|
||||||
BOOTDISKS=$(MIRROR)/dists/$(CODENAME)/main/disks-$(ARCH)
|
export BOOTDISKS=$(MIRROR)/dists/$(CODENAME)/main/disks-$(ARCH)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
## Internal variables
|
## Internal variables
|
||||||
|
|
Loading…
Reference in New Issue