diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-22 16:50:23 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-22 16:50:23 -0700 |
commit | 960078083c602685a8680e68bbd82bbf8956828c (patch) | |
tree | 0e23e4935fb1136bed0ceaa977f9b38340eb76de /images/Makefile | |
parent | bd06eede24df80940ae93515a71e214c1feb87b8 (diff) | |
download | uhd-960078083c602685a8680e68bbd82bbf8956828c.tar.gz uhd-960078083c602685a8680e68bbd82bbf8956828c.tar.bz2 uhd-960078083c602685a8680e68bbd82bbf8956828c.zip |
images: remove exe bit left by some build processes
Diffstat (limited to 'images/Makefile')
-rw-r--r-- | images/Makefile | 1 |
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) |