DJ Lucas wrote:

I would use:

sed "/LIBDIR_DEFAULT/s/64//" -i.orig /Modules/GNUInstallDirs.cmake

which just changes lib64 to lib on two lines (lines 213 and 215).

Chris's original suggestion works fine, you could also just avoid the
logic by putting a NOT before EQUALS in the test (this will never be
true), but I think yours is more clear as to what the final goal is. A
whole slew of ways to do this. Ultimately, I think this should be done for
both cmake and extra-cmake-modules as suggested. I'm going to use this
latest build for testing this, but this looks really good on the surface.
On my way to KDE again shortly.

You can make the changes if you want, but be aware that there are new versions of kf5, kf5-apps, and plasma out. kf5 includes extra-cmake-modules. I was going to wait until January for those. Do you want me to do those now and take care of cmake also?

  -- Bruce


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

Reply via email to