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:
parent
7438530668
commit
c361736952
1
elilo/debian/patches/elilo-xcat-ubuntu.patch
Symbolic link
1
elilo/debian/patches/elilo-xcat-ubuntu.patch
Symbolic link
@ -0,0 +1 @@
|
||||
../../elilo-xcat-ubuntu.patch
|
@ -1 +1,2 @@
|
||||
elilo-xcat.patch
|
||||
elilo-xcat-ubuntu.patch
|
||||
|
15
elilo/elilo-xcat-ubuntu.patch
Normal file
15
elilo/elilo-xcat-ubuntu.patch
Normal 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 =
|
Loading…
Reference in New Issue
Block a user