Fix typo that broke source builds
This commit is contained in:
parent
183ce1c83f
commit
21785c08e5
2
Makefile
2
Makefile
|
@ -224,7 +224,7 @@ $(ADIR)/status:
|
|||
# If we're doing a build using d-i from sid, we'll need sid sources too
|
||||
if [ "$(INC_SOURCE)"x = "yes"x ] && \
|
||||
[ "$(DI_CODENAME)"x != ""x ] && \
|
||||
[ "$(DI_CODENAME}"x != "$(CODENAME)"x ] ; then \
|
||||
[ "$(DI_CODENAME)"x != "$(CODENAME)"x ] ; then \
|
||||
mkdir -p $(ADIR)/$(DI_CODENAME)-source/apt/preferences.d ; \
|
||||
:> $(ADIR)/$(DI_CODENAME)-source/status ; \
|
||||
export CODENAME=$(DI_CODENAME); \
|
||||
|
|
Loading…
Reference in New Issue