diff options
| author | Chris Lumens <clumens@redhat.com> | 2010-04-05 14:34:16 -0400 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2010-04-06 13:14:29 -0400 |
| commit | 65d8d74940d50a48d9d0655dfd997eee8a5d834a (patch) | |
| tree | 27b35eb79b68672f4e282c2ecb81251ab68ffbdc /bootdisk | |
| parent | 2b6c190f509a66ce7f4e6b7da59ca1e620ec94c7 (diff) | |
Move boot files, language data, keymaps, etc. to /usr/share/anaconda/.
Diffstat (limited to 'bootdisk')
| -rw-r--r-- | bootdisk/i386/Makefile.am | 2 | ||||
| -rw-r--r-- | bootdisk/ppc/Makefile.am | 2 | ||||
| -rw-r--r-- | bootdisk/s390x/Makefile.am | 2 | ||||
| -rw-r--r-- | bootdisk/sparc/Makefile.am | 2 | ||||
| -rw-r--r-- | bootdisk/x86_64/Makefile.am | 2 |
5 files changed, 5 insertions, 5 deletions
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 <dcantrell@redhat.com> 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 <dcantrell@redhat.com> 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 <dcantrell@redhat.com> 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 <dgilmore@redhat.com> 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 <dcantrell@redhat.com> 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 |
