summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-10-22 16:50:23 -0700
committerJosh Blum <josh@joshknows.com>2010-10-22 16:50:23 -0700
commit960078083c602685a8680e68bbd82bbf8956828c (patch)
tree0e23e4935fb1136bed0ceaa977f9b38340eb76de
parentbd06eede24df80940ae93515a71e214c1feb87b8 (diff)
downloaduhd-960078083c602685a8680e68bbd82bbf8956828c.tar.gz
uhd-960078083c602685a8680e68bbd82bbf8956828c.tar.bz2
uhd-960078083c602685a8680e68bbd82bbf8956828c.zip
images: remove exe bit left by some build processes
-rw-r--r--images/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/images/Makefile b/images/Makefile
index 57277e787..a2e3d945b 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -119,6 +119,7 @@ $(BUILT_IMAGES_DIR):
mkdir $@
images: $(BUILT_IMAGES_DIR) $(IMAGES_LIST)
+ chmod -x $(BUILT_IMAGES_DIR)/*
clean:
$(RM) -rf $(BUILT_IMAGES_DIR)