From b856ef852ff7a4ae54a7742516ed68f9535cb607 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 19 Jul 2011 16:05:10 -0700 Subject: uhd: images build script chmod recursive, files only --- images/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images') diff --git a/images/Makefile b/images/Makefile index c24f5e6c7..e1e533b12 100644 --- a/images/Makefile +++ b/images/Makefile @@ -258,7 +258,7 @@ endif # Build rules ######################################################################## images: $(IMAGES_LIST) - chmod -x $(BUILT_IMAGES_DIR)/* + find $(BUILT_IMAGES_DIR) -type f | xargs chmod -x clean: $(RM) -rf $(BUILT_IMAGES_DIR) -- cgit v1.2.3