Skip to content

Instantly share code, notes, and snippets.

@rexboy7
Created October 6, 2014 04:23
Show Gist options
  • Save rexboy7/aa737acecef71c5b99a8 to your computer and use it in GitHub Desktop.
Save rexboy7/aa737acecef71c5b99a8 to your computer and use it in GitHub Desktop.
diff --git a/Makefile b/Makefile
index 7135119..487c24b 100644
--- a/Makefile
+++ b/Makefile
@@ -400,7 +400,7 @@ GAIA_APP_CONFIG := /tmp/gaia-apps-temp.list
$(warning GAIA_APP_SRCDIRS is deprecated, please use GAIA_APP_CONFIG)
endif
-GAIA_ALLAPPDIRS=$(shell find $(GAIA_DIR)$(SEP)apps $(GAIA_DIR)$(SEP)dev_apps -maxdepth 1 -mindepth 1 -type d | sed 's@[/\\]@$(SEP_FOR_SED)@g')
+GAIA_ALLAPPDIRS=$(shell find $(GAIA_DIR)$(SEP)apps $(GAIA_DIR)$(SEP)dev_apps $(GAIA_DIR)$(SEP)tv_apps -maxdepth 1 -mindepth 1 -type d | sed 's@[/\\]@$(SEP_FOR_SED)@g')
GAIA_APPDIRS=$(shell while read LINE; do \
if [ "$${LINE\#$${LINE%?}}" = "*" ]; then \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment