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/ppc | |
| parent | 2b6c190f509a66ce7f4e6b7da59ca1e620ec94c7 (diff) | |
Move boot files, language data, keymaps, etc. to /usr/share/anaconda/.
Diffstat (limited to 'bootdisk/ppc')
| -rw-r--r-- | bootdisk/ppc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
