diff --git a/Makefile b/Makefile index eed2e4652e8e9cf71fdcba2e133c50e6b9cf5a43..ee7329683ed1fcbb76f3ed3a6d5941bd238a81c4 100644 --- a/Makefile +++ b/Makefile @@ -178,7 +178,7 @@ $(call gentargets,$(STATE_DIR)/rootfs_prepared) : $(call archdir,%)$(STATE_DIR)/ rootfs_remaster : $(ARCH_DIR)$(STATE_DIR)/rootfs_remastered $(call gentargets,$(STATE_DIR)/rootfs_remastered) : $(call archdir,%)$(STATE_DIR)/rootfs_extracted | $(APT_CACHE_DIR) $(MAKE) ARCH=$* rootfs_prepare -ifneq($(strip $(APT_SOURCE_URL_OVERRIDE)),) +ifneq ($(strip $(APT_SOURCE_URL_OVERRIDE)),) #override apt sources list echo "deb $(APT_SOURCE_URL_OVERRIDE) $(ISO_RELEASE) main restricted universe multiverse" \ > "$(call archdir,$*)$(ROOTFS)/etc/apt/sources.list"