diff --git a/elilo/debian/patches/elilo-xcat-ubuntu.patch b/elilo/debian/patches/elilo-xcat-ubuntu.patch new file mode 120000 index 0000000..411e59e --- /dev/null +++ b/elilo/debian/patches/elilo-xcat-ubuntu.patch @@ -0,0 +1 @@ +../../elilo-xcat-ubuntu.patch \ No newline at end of file diff --git a/elilo/debian/patches/series b/elilo/debian/patches/series index 2a27a95..6351aef 100644 --- a/elilo/debian/patches/series +++ b/elilo/debian/patches/series @@ -1 +1,2 @@ elilo-xcat.patch +elilo-xcat-ubuntu.patch diff --git a/elilo/elilo-xcat-ubuntu.patch b/elilo/elilo-xcat-ubuntu.patch new file mode 100644 index 0000000..95b0964 --- /dev/null +++ b/elilo/elilo-xcat-ubuntu.patch @@ -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 =