diff options
author | Matt Wilson <msw@redhat.com> | 2002-12-11 23:54:47 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2002-12-11 23:54:47 +0000 |
commit | 8c307da285ad1cc5b3e900dc2f0ae11faf1fa6ac (patch) | |
tree | 633ca11b3cb87503512a77470a1284f4512afde3 /fonts/Makefile | |
parent | 1c491c9c515c1790e505a4100c46ab46bcc5aefc (diff) | |
download | anaconda-8c307da285ad1cc5b3e900dc2f0ae11faf1fa6ac.tar.gz anaconda-8c307da285ad1cc5b3e900dc2f0ae11faf1fa6ac.tar.xz anaconda-8c307da285ad1cc5b3e900dc2f0ae11faf1fa6ac.zip |
first pass at using unicode in text mode
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: |