diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-02-02 16:30:22 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-02-02 16:30:22 +0000 |
commit | e7dd6aeefb955794d8758394e4827ea102eb0585 (patch) | |
tree | ca7fa80efe6d22111fb933421d42722d9426d4d6 /loader2 | |
parent | fcd04837445107ca37a250ff9d3acd1ae51a64d3 (diff) | |
download | anaconda-e7dd6aeefb955794d8758394e4827ea102eb0585.tar.gz anaconda-e7dd6aeefb955794d8758394e4827ea102eb0585.tar.xz anaconda-e7dd6aeefb955794d8758394e4827ea102eb0585.zip |
2005-02-02 Jeremy Katz <katzj@redhat.com>
* loader2/Makefile (install): Install the unicode linedraw chars file
Diffstat (limited to 'loader2')
-rw-r--r-- | loader2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader2/Makefile b/loader2/Makefile index 1177afc36..ee15e67df 100644 --- a/loader2/Makefile +++ b/loader2/Makefile @@ -142,6 +142,7 @@ install: all strip $(DESTDIR)/$(RUNTIMEDIR)/loader/$$n || :; \ done if [ -f keymaps-$(ARCH) ]; then cp keymaps-$(ARCH) $(DESTDIR)/$(RUNTIMEDIR)/keymaps-override-$(ARCH) ; fi + install -m 644 unicode-linedraw-chars.txt $(DESTDIR)/$(RUNTIMEDIR)/loader install -m 644 loader.tr $(DESTDIR)/$(RUNTIMEDIR)/loader install -m 644 module-info $(DESTDIR)/$(RUNTIMEDIR)/loader install -m 644 font.bgf.gz $(DESTDIR)/$(RUNTIMEDIR)/loader |