diff options
Diffstat (limited to 'fonts/Makefile')
-rw-r--r-- | fonts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index 2fb0ffa8d..55d411d84 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -5,7 +5,7 @@ all: depend: install: - install -m 644 fonts-$(ARCH) $(DESTDIR)/$(RUNTIMEDIR) + install -m 644 screenfont-$(ARCH).gz $(DESTDIR)/$(RUNTIMEDIR) clean: |