summaryrefslogtreecommitdiffstats
path: root/loader/Makefile.am
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2010-04-05 14:34:16 -0400
committerChris Lumens <clumens@redhat.com>2010-04-06 13:14:29 -0400
commit65d8d74940d50a48d9d0655dfd997eee8a5d834a (patch)
tree27b35eb79b68672f4e282c2ecb81251ab68ffbdc /loader/Makefile.am
parent2b6c190f509a66ce7f4e6b7da59ca1e620ec94c7 (diff)
Move boot files, language data, keymaps, etc. to /usr/share/anaconda/.
Diffstat (limited to 'loader/Makefile.am')
-rw-r--r--loader/Makefile.am12
1 files changed, 7 insertions, 5 deletions
diff --git a/loader/Makefile.am b/loader/Makefile.am
index a2b79d728..b54638f1d 100644
--- a/loader/Makefile.am
+++ b/loader/Makefile.am
@@ -18,22 +18,24 @@
# Author: David Cantrell <dcantrell@redhat.com>
bootdir = $(libdir)/$(PACKAGE_NAME)-runtime/loader
+shareddir = $(datadir)/$(PACKAGE_NAME)
+
boot_PROGRAMS = loader
-boot_DATA = loader.tr
-dist_boot_DATA = unicode-linedraw-chars.txt
+shared_DATA = loader.tr
+dist_shared_DATA = unicode-linedraw-chars.txt
noinst_PROGRAMS = mkctype dirbrowser
noinst_DATA = ctype.c
noinst_HEADERS = *.h
if IS_S390
boot_PROGRAMS += shutdown
-dist_boot_SCRIPTS = linuxrc.s390
+dist_shared_SCRIPTS = linuxrc.s390
else
-boot_PROGRAMS += init
+boot_PROGRAMS += init
endif
if IS_KEYMAPS_OVERRIDE_ARCH
-keymapsdir = $(libdir)/$(PACKAGE_NAME)-runtime
+keymapsdir = $(datadir)/$(PACKAGE_NAME)
keymaps_DATA = keymaps-override-$(ARCH)
endif