Fix typo that broke source builds

This commit is contained in:
cd-builder user 2013-02-05 10:34:29 +00:00
parent 183ce1c83f
commit 21785c08e5
1 changed files with 1 additions and 1 deletions

View File

@ -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); \