From 65d8d74940d50a48d9d0655dfd997eee8a5d834a Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 5 Apr 2010 14:34:16 -0400 Subject: Move boot files, language data, keymaps, etc. to /usr/share/anaconda/. --- bootdisk/i386/Makefile.am | 2 +- bootdisk/ppc/Makefile.am | 2 +- bootdisk/s390x/Makefile.am | 2 +- bootdisk/sparc/Makefile.am | 2 +- bootdisk/x86_64/Makefile.am | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'bootdisk') diff --git a/bootdisk/i386/Makefile.am b/bootdisk/i386/Makefile.am index 32f1188eb..030b8d5e8 100644 --- a/bootdisk/i386/Makefile.am +++ b/bootdisk/i386/Makefile.am @@ -18,7 +18,7 @@ # Author: David Cantrell if IS_I386 -bootdir = $(libdir)/$(PACKAGE_NAME)-runtime/boot +bootdir = $(datadir)/$(PACKAGE_NAME)/boot dist_boot_DATA = boot.msg grub.conf syslinux.cfg endif diff --git a/bootdisk/ppc/Makefile.am b/bootdisk/ppc/Makefile.am index f754c3bb9..4f6e298a4 100644 --- a/bootdisk/ppc/Makefile.am +++ b/bootdisk/ppc/Makefile.am @@ -18,7 +18,7 @@ # Author: David Cantrell if IS_PPC -bootdir = $(libdir)/$(PACKAGE_NAME)-runtime/boot +bootdir = $(datadir)/$(PACKAGE_NAME)/boot dist_boot_DATA = magic ofboot.b yaboot.conf.in bootinfo.txt mapping \ yaboot.conf.3264 endif diff --git a/bootdisk/s390x/Makefile.am b/bootdisk/s390x/Makefile.am index 3c215607b..c75ccbe02 100644 --- a/bootdisk/s390x/Makefile.am +++ b/bootdisk/s390x/Makefile.am @@ -18,7 +18,7 @@ # Author: David Cantrell if IS_S390 -bootdir = $(libdir)/$(PACKAGE_NAME)-runtime/boot +bootdir = $(datadir)/$(PACKAGE_NAME)/boot dist_boot_DATA = generic.ins generic.prm redhat.exec endif diff --git a/bootdisk/sparc/Makefile.am b/bootdisk/sparc/Makefile.am index 7a833bfeb..4d2c3f29b 100644 --- a/bootdisk/sparc/Makefile.am +++ b/bootdisk/sparc/Makefile.am @@ -18,7 +18,7 @@ # Author: Dennis Gilmore if IS_SPARC -bootdir = $(libdir)/$(PACKAGE_NAME)-runtime/boot +bootdir = $(datadir)/$(PACKAGE_NAME)/boot dist_boot_DATA = boot.msg silo.conf endif diff --git a/bootdisk/x86_64/Makefile.am b/bootdisk/x86_64/Makefile.am index 78886cd7e..a4012c55d 100644 --- a/bootdisk/x86_64/Makefile.am +++ b/bootdisk/x86_64/Makefile.am @@ -18,7 +18,7 @@ # Author: David Cantrell if IS_X86_64 -bootdir = $(libdir)/$(PACKAGE_NAME)-runtime/boot +bootdir = $(datadir)/$(PACKAGE_NAME)/boot dist_boot_DATA = boot.msg grub.conf syslinux.cfg endif -- cgit