From 1b87f5dfdf1544ca1c1b7e9d8ce511d9cf8a0a3c Mon Sep 17 00:00:00 2001
From: Marc Fiuczynski <mef@cs.princeton.edu>
Date: Mon, 15 Oct 2007 15:21:27 +0000
Subject: [PATCH] Due to package name change, need to invoke the
 merge_hw_tables.py file from BootManager and not bootmanger.

---
 prep.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prep.sh b/prep.sh
index 4ac5331..f409b06 100755
--- a/prep.sh
+++ b/prep.sh
@@ -165,7 +165,7 @@ echo "* Building pcitable for hardware detection"
 pci_map_file=$(find $bootcd/lib/modules/ -name modules.pcimap | head -1)
 module_dep_file=$(find $bootcd/lib/modules/ -name modules.dep | head -1)
 pci_table=$bootcd/usr/share/hwdata/pcitable
-$srcdir/bootmanager/source/merge_hw_tables.py \
+$srcdir/BootManager/source/merge_hw_tables.py \
     $module_dep_file $pci_map_file $pci_table $bootcd/etc/pl_pcitable
 
 # Copy /etc/passwd out
-- 
2.47.0