aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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 669090d..61c52c9 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ install:
@cp fonts/* "$(BASE)/fonts/"
@chmod 644 "$(BASE)/fonts"/*
@echo "Updating fontpath in font descriptions"
- @for f in "$(BASE)/devutf"/*; do sed "/^fontpath /s=$(PWD)/fonts=$(BASE)/devutf=" <$$f >.fd.tmp; mv .fd.tmp $$f; done
+ @for f in "$(BASE)/devutf"/*; do sed "/^fontpath /s=$(PWD)/fonts=$(BASE)/fonts=" <$$f >.fd.tmp; mv .fd.tmp $$f; done
clean:
@cd neatroff && $(MAKE) clean