2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00

elilo-xcat: add patch so that the Makefile.defaults is pointing to /usr/lib in ubuntu/debian for gnuefi

Former-commit-id: b6d89ab464b9b3713243693dadb2438970724852
This commit is contained in:
arifali 2012-05-14 21:36:39 +00:00
parent 7438530668
commit c361736952
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1 @@
../../elilo-xcat-ubuntu.patch

View File

@ -1 +1,2 @@
elilo-xcat.patch
elilo-xcat-ubuntu.patch

View File

@ -0,0 +1,15 @@
--- elilo/Make.defaults.orig 2012-05-14 22:29:47.868436029 +0100
+++ elilo/Make.defaults 2012-05-14 22:30:05.968199364 +0100
@@ -55,9 +55,9 @@
# They are installed as part of the GNU-EFI package installation
#
EFIINC = /usr/include/efi
-GNUEFILIB = /usr/lib64
-EFILIB = /usr/lib64/gnuefi
-EFICRT0 = /usr/lib64/gnuefi
+GNUEFILIB = /usr/lib
+EFILIB = /usr/lib
+EFICRT0 = /usr/lib
CDIR := $(shell if [ "$$PWD" != "" ]; then echo $$PWD; else pwd; fi)
TOPDIR =