Hello,

There is another mistype on hint...
http://www.linuxfromscratch.org/hints/downloads/files/lfs-uefi.txt

tar xf /path/to/EXTRA-SRCS-7.10/efivar-30.tar.bz2
       cd efivar-devel-30/
       cp -p Make.defaults Make.defaults.dist
       sed 's|-O2|-Os|g' -i Make.defaults
       cp -p src/test/Makefile src/test/Makefile.dist
       sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' \
        -i src/test/Makefile
       make libdir="/usr/lib/" bindir="/usr/bin/" \
        mandir="/usr/share/man/"     \
        includedir=/usr/include/" V=1 -j1

The final line is missing a quote...
includedir="/usr/include/" V=1 -j1

Cheers,
John D. Hefele

--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to