diff --git a/products/themes.mk b/products/themes.mk index 856ab1f9..00d10456 100644 --- a/products/themes.mk +++ b/products/themes.mk @@ -1,7 +1,7 @@ # Theme packages -ifneq ($(SKIP_THEMES),true) +ifndef SKIP_THEMES PRODUCT_PACKAGES += \ Androidian \ Cyanbread -endif +endif \ No newline at end of file