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