Here is a quick patch to fix an error with copying the pci.ids file.

----
diff -u Makefile.orig  Makefile
--- Makefile.orig       2007-02-05 15:39:02.000000000 -0500
+++ Makefile    2007-02-05 15:39:32.000000000 -0500
@@ -427,7 +427,7 @@

  $(call copy_exe, $(pciutils)/lspci, stage1/sbin/lspci)

-$(call copy_file,pci.ids,stage1/usr/share/pci.ids)
+$(call copy_file,$(pciutils)/pci.ids,stage1/usr/share/pci.ids)

  stage1 += stage1/sbin/lspci stage1/usr/share/pci.ids

---

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
unattended-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to