aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2bed249..f18764a 100644
--- a/Makefile
+++ b/Makefile
@@ -85,8 +85,8 @@ install:
@echo "Copying font descriptions to $(BASE)/tmac"
@$(MKDIR) "$(BASE)/tmac"
@cp -r tmac/* "$(BASE)/tmac/"
- @chmod -R 644 "$(BASE)/tmac"/*
@find "$(BASE)/tmac" -type d -exec chmod 755 {} \;
+ @find "$(BASE)/tmac" -type f -exec chmod 644 {} \;
@echo "Copying devutf device to $(BASE)/devutf"
@$(MKDIR) "$(BASE)/devutf"
@cp devutf/* "$(BASE)/devutf/"