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/ppc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootdisk/ppc') 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 -- cgit