mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 17:11:45 +00:00
c361736952
Former-commit-id: b6d89ab464b9b3713243693dadb2438970724852
16 lines
484 B
Diff
16 lines
484 B
Diff
--- 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 =
|